| changeset 0 | 7f8907368bd5 |
| -1:000000000000 | 0:7f8907368bd5 |
|---|---|
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 } |