Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/public/libervia.css Sat Apr 16 18:06:02 2011 +0200 +++ b/public/libervia.css Sun Apr 17 00:21:44 2011 +0200 @@ -98,15 +98,15 @@ /* CSS Reset END */ .gwt-MenuBar,.gwt-MenuBar-horizontal { - background-color: #C3D9FF; + background-color: #01FF78; border: 1px solid #87B3FF; cursor: default; } .gwt-MenuBar-horizontal .gwt-MenuItem { } -.gwt-MenuBar .gwt-MenuItem { - padding: 1px 4px 1px 4px; +.gwt-MenuItem { + padding: 1px 20px 1px 10px; font-size: smaller; cursor: default; } @@ -244,11 +244,40 @@ background: #8f8; } +/* Warning message */ + +.warningPopup { + width: 100%; + text-align: center; + background-color: white; + border: 1px solid #87B3FF; + padding: 4px; +} + +.warningTarget { + font-weight: bold; +} + +.targetPublic { + background-color: red; +} + +.targetGroup { + background-color: #00FFFB; +} + +.targetOne2One { + background-color: #72FF06; +} + +.targetStatus { +} + /* Misc */ .selected_widget { /* this property is set when a widget is the current target of the uniBox * (messages entered in unibox will be sent to this widget) */ - border: 3px dashed red; + border: 3px dashed red; }