comparison public/libervia.css @ 428:0c4547587637

browser_side (xmlui): implement the divider styles
author souliane <souliane@mailoo.org>
date Tue, 01 Apr 2014 12:14:31 +0200
parents 19bd203daa27
children 17259c2ff96f
comparison
equal deleted inserted replaced
427:b5b440e6ea16 428:0c4547587637
1528 } 1528 }
1529 1529
1530 .AdvancedListSelectable tr:hover{ 1530 .AdvancedListSelectable tr:hover{
1531 background: none repeat scroll 0 0 #EE0000; 1531 background: none repeat scroll 0 0 #EE0000;
1532 } 1532 }
1533
1534 .line hr {
1535
1536 }
1537
1538 .dot hr {
1539 height: 0px;
1540 border-top: 1px dotted;
1541 border-bottom: 0px;
1542 }
1543
1544 .dash hr {
1545 height: 0px;
1546 border-top: 1px dashed;
1547 border-bottom: 0px;
1548 }
1549
1550 .plain hr {
1551 height: 10px;
1552 color: black;
1553 background-color: black;
1554 }
1555
1556 .blank hr {
1557 border: 0px;
1558 }