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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 border-color: #000000 !important; | 62 border-color: #000000 !important; |
63 border-width: 0px 2px 1px 2px !important; | 63 border-width: 0px 2px 1px 2px !important; |
64 border-style: solid !important; | 64 border-style: solid !important; |
65 border-bottom-left-radius: 6px !important; | 65 border-bottom-left-radius: 6px !important; |
66 border-bottom-right-radius: 6px !important; | 66 border-bottom-right-radius: 6px !important; |
67 padding: 2px 5px !important; | 67 padding: 2px 5px !important; |
68 top: auto !important; | 68 top: auto !important; |
69 left: auto !important; | 69 left: auto !important; |
70 width: auto !important; | 70 width: auto !important; |
71 height: auto !important; | 71 height: auto !important; |
| 72 text-indent: 0 !important; |
72 } | 73 } |
73 | 74 |
74 .%%CLASS%% > .label.onTop | 75 .%%CLASS%% > .label.onTop |
75 { | 76 { |
76 position: relative !important; | 77 position: relative !important; |
77 left: 5px !important; | 78 left: 5px !important; |
78 top: -25px !important; | 79 top: -25px !important; |
79 border-top-width: 1px !important; | 80 border-top-width: 1px !important; |
80 border-radius: 6px !important; | 81 border-radius: 6px !important; |
81 } | 82 } |
(...skipping 25 matching lines...) Expand all Loading... |
107 text-transform: none !important; | 108 text-transform: none !important; |
108 text-transform: none !important; | 109 text-transform: none !important; |
109 white-space: normal !important; | 110 white-space: normal !important; |
110 word-spacing: 0px !important; | 111 word-spacing: 0px !important; |
111 } | 112 } |
112 | 113 |
113 .%%CLASS%% > .label > .labelTag | 114 .%%CLASS%% > .label > .labelTag |
114 { | 115 { |
115 font-weight: bold !important; | 116 font-weight: bold !important; |
116 } | 117 } |
OLD | NEW |