OLD | NEW |
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 direction: ltr !important; | 96 direction: ltr !important; |
96 font-size-adjust: none !important; | 97 font-size-adjust: none !important; |
97 font-stretch: normal !important; | 98 font-stretch: normal !important; |
98 font-style: normal !important; | 99 font-style: normal !important; |
99 font-variant: normal !important; | 100 font-variant: normal !important; |
100 font-weight: normal !important; | 101 font-weight: normal !important; |
101 letter-spacing: normal !important; | 102 letter-spacing: normal !important; |
102 line-height: normal !important; | 103 line-height: normal !important; |
103 text-align: start !important; | 104 text-align: start !important; |
104 text-decoration: none !important; | 105 text-decoration: none !important; |
105 text-indent: 0px !important; | |
106 text-shadow: none !important; | 106 text-shadow: none !important; |
107 text-transform: none !important; | 107 text-transform: none !important; |
108 text-transform: none !important; | 108 text-transform: none !important; |
109 white-space: normal !important; | 109 white-space: normal !important; |
110 word-spacing: 0px !important; | 110 word-spacing: 0px !important; |
111 } | 111 } |
112 | 112 |
113 .%%CLASS%% > .label > .labelTag | 113 .%%CLASS%% > .label > .labelTag |
114 { | 114 { |
115 font-weight: bold !important; | 115 font-weight: bold !important; |
116 } | 116 } |
OLD | NEW |