equal
deleted
inserted
replaced
|
1 |
|
2 .Ldt-AnnotationsController{ |
|
3 background: url(img/pinstripe.png); |
|
4 width: 535px; |
|
5 max-height: 280px; |
|
6 margin: 0px; |
|
7 margin-top: 4px; |
|
8 border-style: solid; |
|
9 border-width: 1px; |
|
10 border-color: #b7b7b7; |
|
11 } |
|
12 |
|
13 .Ldt-AnnotationsController-ButtonsContainer{ |
|
14 width: 100%; |
|
15 min-height: 30px; |
|
16 text-align: center; |
|
17 } |
|
18 |
|
19 .Ldt-AnnotationsController-Button{ |
|
20 display: inline-block; |
|
21 background-color: #d93c71; |
|
22 color: #ffffff; |
|
23 cursor: pointer; |
|
24 height: 25px; |
|
25 width: 150px; |
|
26 font-size: 14px; |
|
27 border: 1px solid; |
|
28 border-color: #eca3bc #631e34 #36101c #e16e93; |
|
29 cursor: pointer; |
|
30 margin-right: 10px; |
|
31 margin-left: 10px; |
|
32 margin-bottom: 5px; |
|
33 margin-top: 5px; |
|
34 padding: 4px; |
|
35 text-align: center; |
|
36 vertical-align: middle; |
|
37 line-height: 30px; |
|
38 } |
|
39 |
|
40 .Ldt-AnnotationsController-Button:hover{ |
|
41 background-color: #e15581; |
|
42 border-color: #222222 #e87d9f #f0adc3 #68273c; |
|
43 } |