comparison src/browser/public/libervia.css @ 604:c22b47d63fe2 frontends_multi_profiles

browser_side: fixed DragAutoCompleteTextBox for the list manager
author souliane <souliane@mailoo.org>
date Sat, 07 Feb 2015 20:35:45 +0100
parents 32dbbc941123
children 40c72f3b7638
comparison
equal deleted inserted replaced
603:462d0458e679 604:c22b47d63fe2
1387 width:15px; 1387 width:15px;
1388 height:15px; 1388 height:15px;
1389 vertical-align: baseline; 1389 vertical-align: baseline;
1390 } 1390 }
1391 1391
1392 .itemPanel-dragover {
1393 border-radius: 5px;
1394 background: none repeat scroll 0% 0% rgb(135, 179, 255);
1395 border: 1px dashed rgb(35,79,255);
1396 }
1397
1398 .recipientSpacer { 1392 .recipientSpacer {
1399 height: 15px; 1393 height: 15px;
1400 } 1394 }
1401 1395
1402 /* Popup (context) menu */ 1396 /* Popup (context) menu */
1428 1422
1429 } 1423 }
1430 1424
1431 .contactGroupPanel { 1425 .contactGroupPanel {
1432 vertical-align:middle; 1426 vertical-align:middle;
1427 }
1428
1429 .contactGroupPanel.dragover {
1430 border-radius: 5px !important;
1431 background: none repeat scroll 0% 0% rgb(135, 179, 255) !important;
1432 border: 1px dashed rgb(35,79,255) !important;
1433 } 1433 }
1434 1434
1435 .toggleAssignedContacts { 1435 .toggleAssignedContacts {
1436 white-space: nowrap; 1436 white-space: nowrap;
1437 } 1437 }