Mercurial > libervia-web
comparison public/libervia.css @ 21:77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 17 Apr 2011 00:21:44 +0200 |
parents | 8f4b1a8914c3 |
children | 0ce2a57b34ca |
comparison
equal
deleted
inserted
replaced
20:8f4b1a8914c3 | 21:77c2e48efa29 |
---|---|
96 html>body .iescrollpanelfix { position: static; } | 96 html>body .iescrollpanelfix { position: static; } |
97 | 97 |
98 /* CSS Reset END */ | 98 /* CSS Reset END */ |
99 | 99 |
100 .gwt-MenuBar,.gwt-MenuBar-horizontal { | 100 .gwt-MenuBar,.gwt-MenuBar-horizontal { |
101 background-color: #C3D9FF; | 101 background-color: #01FF78; |
102 border: 1px solid #87B3FF; | 102 border: 1px solid #87B3FF; |
103 cursor: default; | 103 cursor: default; |
104 } | 104 } |
105 | 105 |
106 .gwt-MenuBar-horizontal .gwt-MenuItem { | 106 .gwt-MenuBar-horizontal .gwt-MenuItem { |
107 } | 107 } |
108 .gwt-MenuBar .gwt-MenuItem { | 108 .gwt-MenuItem { |
109 padding: 1px 4px 1px 4px; | 109 padding: 1px 20px 1px 10px; |
110 font-size: smaller; | 110 font-size: smaller; |
111 cursor: default; | 111 cursor: default; |
112 } | 112 } |
113 | 113 |
114 .gwt-MenuBar .gwt-MenuItem-selected { | 114 .gwt-MenuBar .gwt-MenuItem-selected { |
242 | 242 |
243 .dragover { | 243 .dragover { |
244 background: #8f8; | 244 background: #8f8; |
245 } | 245 } |
246 | 246 |
247 /* Warning message */ | |
248 | |
249 .warningPopup { | |
250 width: 100%; | |
251 text-align: center; | |
252 background-color: white; | |
253 border: 1px solid #87B3FF; | |
254 padding: 4px; | |
255 } | |
256 | |
257 .warningTarget { | |
258 font-weight: bold; | |
259 } | |
260 | |
261 .targetPublic { | |
262 background-color: red; | |
263 } | |
264 | |
265 .targetGroup { | |
266 background-color: #00FFFB; | |
267 } | |
268 | |
269 .targetOne2One { | |
270 background-color: #72FF06; | |
271 } | |
272 | |
273 .targetStatus { | |
274 } | |
275 | |
247 /* Misc */ | 276 /* Misc */ |
248 | 277 |
249 .selected_widget { | 278 .selected_widget { |
250 /* this property is set when a widget is the current target of the uniBox | 279 /* this property is set when a widget is the current target of the uniBox |
251 * (messages entered in unibox will be sent to this widget) | 280 * (messages entered in unibox will be sent to this widget) |
252 */ | 281 */ |
253 border: 3px dashed red; | 282 border: 3px dashed red; |
254 } | 283 } |