comparison 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
comparison
equal deleted inserted replaced
267:a76243c02074 268:79970bf6af93
365 color: red !important; 365 color: red !important;
366 } 366 }
367 367
368 .contactsChooser { 368 .contactsChooser {
369 text-align: center; 369 text-align: center;
370 margin:auto;
370 } 371 }
371 372
372 .infoDialogBody { 373 .infoDialogBody {
373 width: 100%; 374 width: 100%;
374 height: 100% 375 height: 100%
1295 } 1296 }
1296 1297
1297 .contactGroupButtonCell { 1298 .contactGroupButtonCell {
1298 vertical-align: baseline; 1299 vertical-align: baseline;
1299 width: 55px; 1300 width: 55px;
1301 }
1302
1303 /* Room and contacts chooser */
1304
1305 .room-contact-chooser {
1306 width:380px;
1307 }
1300 1308
1301 /* StackPanel */ 1309 /* StackPanel */
1302 1310
1303 .gwt-StackPanel { 1311 .gwt-StackPanel {
1304 } 1312 }
1343 background-image: -o-linear-gradient(#eee,#aaa); 1351 background-image: -o-linear-gradient(#eee,#aaa);
1344 color: #444; 1352 color: #444;
1345 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 1353 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
1346 cursor: pointer; 1354 cursor: pointer;
1347 } 1355 }
1348 } 1356
1357 /* Radio buttons */
1358
1359 .gwt-RadioButton {
1360 white-space: nowrap;
1361 }