blob: 34e79a65491b0bc13aeebd9a0daf2b6db9bffd2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* === Plus Button ==*/
.mblDomButtonPlus_2 DIV { /* horiz line */
position: absolute;
top: 11px;
left: 9px;
width: 13px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: white;
border-top: 1px solid #4A5A71;
}
.mblDomButtonPlus_2 DIV DIV { /* vert line */
top: -6px;
left: 5px;
width: 3px;
height: 13px;
}
|