diff public/libervia.css @ 268:79970bf6af93

browser_side: added class RoomAndContactsChooser: - unified UI for all the MUC menu items callbacks to join a room, invite people and start a game
author souliane <souliane@mailoo.org>
date Sun, 17 Nov 2013 17:57:14 +0100
parents 2a93f8e6f989
children 4517978a2e7e
line wrap: on
line diff
--- a/public/libervia.css	Sun Nov 17 17:53:37 2013 +0100
+++ b/public/libervia.css	Sun Nov 17 17:57:14 2013 +0100
@@ -367,6 +367,7 @@
 
 .contactsChooser {
     text-align: center;
+    margin:auto;
 }
 
 .infoDialogBody {
@@ -1297,6 +1298,13 @@
 .contactGroupButtonCell {
 	vertical-align: baseline;
 	width: 55px;
+}
+
+/* Room and contacts chooser */
+
+.room-contact-chooser {
+	width:380px;
+}
 
 /* StackPanel */
 
@@ -1345,4 +1353,9 @@
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);    
     cursor: pointer;
 }
+
+/* Radio buttons */
+
+.gwt-RadioButton {
+	white-space: nowrap;
 }
\ No newline at end of file