OLD | NEW |
1 #settings-title { | 1 #settings-title { |
2 height: 30px; | 2 height: 30px; |
3 -webkit-padding-end: 15px; | 3 -webkit-padding-end: 15px; |
4 padding-top: 20px; | 4 padding-top: 20px; |
5 text-align: end; | 5 text-align: end; |
6 font-size: 140%; | 6 font-size: 140%; |
7 color: #c7c7c7; | 7 color: #c7c7c7; |
8 } | 8 } |
9 | 9 |
10 #main-content { | 10 #main-content { |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 width: 150px; | 146 width: 150px; |
147 font-size: 75%; | 147 font-size: 75%; |
148 -webkit-padding-start: 15px; | 148 -webkit-padding-start: 15px; |
149 vertical-align: top; | 149 vertical-align: top; |
150 } | 150 } |
151 | 151 |
152 .option { | 152 .option { |
153 margin-top: 5px; | 153 margin-top: 5px; |
154 } | 154 } |
155 | 155 |
156 .option-control-table { | 156 .option-control-table, section > div:only-of-type { |
157 margin-top: 5px; | 157 margin-top: 5px; |
158 -webkit-padding-start: 10px; | 158 -webkit-padding-start: 10px; |
159 } | 159 } |
160 | 160 |
161 .suboption { | 161 .suboption { |
162 -webkit-margin-start: 18px; | 162 -webkit-margin-start: 18px; |
163 } | 163 } |
164 | 164 |
| 165 /* TODO(stuartmorgan): make this less specific once all pages |
| 166 * are converted to the non-table style. |
| 167 */ |
| 168 section > div:only-of-type label { |
| 169 display: block; |
| 170 } |
| 171 |
165 .hidden { | 172 .hidden { |
166 display: none; | 173 display: none; |
167 } | 174 } |
168 | 175 |
169 .touch-slider { | 176 .touch-slider { |
170 -webkit-appearance: slider-horizontal; | 177 -webkit-appearance: slider-horizontal; |
171 } | 178 } |
| 179 |
| 180 input[type="checkbox"] { |
| 181 margin-top: 6px; |
| 182 } |
OLD | NEW |