LEFT | RIGHT |
1 /* | 1 /* |
2 * This Source Code is subject to the terms of the Mozilla Public License | 2 * This Source Code is subject to the terms of the Mozilla Public License |
3 * version 2.0 (the "License"). You can obtain a copy of the License at | 3 * version 2.0 (the "License"). You can obtain a copy of the License at |
4 * http://mozilla.org/MPL/2.0/. | 4 * http://mozilla.org/MPL/2.0/. |
5 */ | 5 */ |
6 | 6 |
7 @namespace url("http://www.w3.org/1999/xhtml"); | 7 @namespace url("http://www.w3.org/1999/xhtml"); |
8 | 8 |
9 .%%CLASS%%, | 9 .%%CLASS%%, |
10 .%%CLASS%% > .label, | 10 .%%CLASS%% > .label, |
(...skipping 14 matching lines...) Expand all Loading... |
25 clip: auto !important; | 25 clip: auto !important; |
26 cursor: auto !important; | 26 cursor: auto !important; |
27 margin: 0px !important; | 27 margin: 0px !important; |
28 max-width: none !important; | 28 max-width: none !important; |
29 max-height: none !important; | 29 max-height: none !important; |
30 min-width: 0px !important; | 30 min-width: 0px !important; |
31 min-height: 0px !important; | 31 min-height: 0px !important; |
32 opacity: 1 !important; | 32 opacity: 1 !important; |
33 outline: none !important; | 33 outline: none !important; |
34 padding: 0px !important; | 34 padding: 0px !important; |
| 35 text-indent: 0px !important; |
35 visibility: visible !important; | 36 visibility: visible !important; |
36 -moz-binding: none !important; | 37 -moz-binding: none !important; |
37 border-radius: 0px !important; | 38 border-radius: 0px !important; |
38 -moz-user-focus: none !important; | 39 -moz-user-focus: none !important; |
39 -moz-user-input: none !important; | 40 -moz-user-input: none !important; |
40 -moz-user-select: none !important; | 41 -moz-user-select: none !important; |
41 } | 42 } |
42 | 43 |
43 .%%CLASS%% | 44 .%%CLASS%% |
44 { | 45 { |
(...skipping 17 matching lines...) Expand all Loading... |
62 border-color: #000000 !important; | 63 border-color: #000000 !important; |
63 border-width: 0px 2px 1px 2px !important; | 64 border-width: 0px 2px 1px 2px !important; |
64 border-style: solid !important; | 65 border-style: solid !important; |
65 border-bottom-left-radius: 6px !important; | 66 border-bottom-left-radius: 6px !important; |
66 border-bottom-right-radius: 6px !important; | 67 border-bottom-right-radius: 6px !important; |
67 padding: 2px 5px !important; | 68 padding: 2px 5px !important; |
68 top: auto !important; | 69 top: auto !important; |
69 left: auto !important; | 70 left: auto !important; |
70 width: auto !important; | 71 width: auto !important; |
71 height: auto !important; | 72 height: auto !important; |
72 text-indent: 0 !important; | |
73 } | 73 } |
74 | 74 |
75 .%%CLASS%% > .label.onTop | 75 .%%CLASS%% > .label.onTop |
76 { | 76 { |
77 position: relative !important; | 77 position: relative !important; |
78 left: 5px !important; | 78 left: 5px !important; |
79 top: -25px !important; | 79 top: -25px !important; |
80 border-top-width: 1px !important; | 80 border-top-width: 1px !important; |
81 border-radius: 6px !important; | 81 border-radius: 6px !important; |
82 } | 82 } |
(...skipping 13 matching lines...) Expand all Loading... |
96 direction: ltr !important; | 96 direction: ltr !important; |
97 font-size-adjust: none !important; | 97 font-size-adjust: none !important; |
98 font-stretch: normal !important; | 98 font-stretch: normal !important; |
99 font-style: normal !important; | 99 font-style: normal !important; |
100 font-variant: normal !important; | 100 font-variant: normal !important; |
101 font-weight: normal !important; | 101 font-weight: normal !important; |
102 letter-spacing: normal !important; | 102 letter-spacing: normal !important; |
103 line-height: normal !important; | 103 line-height: normal !important; |
104 text-align: start !important; | 104 text-align: start !important; |
105 text-decoration: none !important; | 105 text-decoration: none !important; |
106 text-indent: 0px !important; | |
107 text-shadow: none !important; | 106 text-shadow: none !important; |
108 text-transform: none !important; | 107 text-transform: none !important; |
109 text-transform: none !important; | 108 text-transform: none !important; |
110 white-space: normal !important; | 109 white-space: normal !important; |
111 word-spacing: 0px !important; | 110 word-spacing: 0px !important; |
112 } | 111 } |
113 | 112 |
114 .%%CLASS%% > .label > .labelTag | 113 .%%CLASS%% > .label > .labelTag |
115 { | 114 { |
116 font-weight: bold !important; | 115 font-weight: bold !important; |
117 } | 116 } |
LEFT | RIGHT |