| author | ymh <ymh.work@gmail.com> |
| Thu, 07 Nov 2013 18:32:57 +0100 | |
| changeset 52 | 6c7371c8917a |
| parent 0 | 7f8907368bd5 |
| permissions | -rwxr-xr-x |
| 0 | 1 |
/* |
2 |
* Segments Widget |
|
3 |
*/ |
|
4 |
||
5 |
.Ldt-Segments-Segment { |
|
6 |
position: absolute; margin-left: -1px; border: 1px solid #ffffff; |
|
7 |
} |
|
8 |
||
9 |
.Ldt-Segments-Position { |
|
10 |
background: #fc00ff; |
|
11 |
position: absolute; |
|
12 |
top: -1px; |
|
13 |
left: 0; |
|
14 |
margin-left: -1px; |
|
15 |
width: 2px; |
|
16 |
bottom: -1px; |
|
17 |
z-index: 80000; |
|
18 |
} |