Mercurial > libervia-web
comparison public/libervia.css @ 206:4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 Jun 2013 20:45:41 +0200 |
parents | 2bc6cf004e61 |
children | a43b66af3872 |
comparison
equal
deleted
inserted
replaced
205:ee744ffed7fc | 206:4d7054542751 |
---|---|
374 height: 100% | 374 height: 100% |
375 } | 375 } |
376 /* Contact List */ | 376 /* Contact List */ |
377 | 377 |
378 div.contactBox { | 378 div.contactBox { |
379 margin-left: 20px; | |
380 margin-top: 9px; | |
381 width: 100%; | 379 width: 100%; |
382 } | 380 } |
383 | 381 |
384 .contactTitle { | 382 .contactTitle { |
385 color: #cf2828; | 383 color: #cf2828; |
392 | 390 |
393 .contactsSwitch { | 391 .contactsSwitch { |
394 /* Button used to switch contacts panel */ | 392 /* Button used to switch contacts panel */ |
395 background: none; | 393 background: none; |
396 border: 0; | 394 border: 0; |
397 font-size: xx-small; | 395 padding: 0; |
398 margin-left: -4px; | 396 font-size: large; |
399 margin-top: 10px; | |
400 position: absolute; | |
401 z-index: 50; | |
402 } | 397 } |
403 | 398 |
404 .groupList { | 399 .groupList { |
405 width: 100%; | 400 width: 100%; |
406 } | 401 } |
1089 | 1084 |
1090 .liberviaTabPanel .gwt-TabBar .gwt-TabBarItem-selected { | 1085 .liberviaTabPanel .gwt-TabBar .gwt-TabBarItem-selected { |
1091 cursor: default; | 1086 cursor: default; |
1092 } | 1087 } |
1093 | 1088 |
1089 .globalLeftArea { | |
1090 margin-top: 9px; | |
1091 } | |
1092 | |
1094 | 1093 |
1095 /* Misc */ | 1094 /* Misc */ |
1096 | 1095 |
1097 .selected_widget .widgetHeader { | 1096 .selected_widget .widgetHeader { |
1098 /* this property is set when a widget is the current target of the uniBox | 1097 /* this property is set when a widget is the current target of the uniBox |