OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 #manage-default-search-engines { | 5 #manage-default-search-engines { |
6 -webkit-margin-start: 4px; | 6 -webkit-margin-start: 4px; |
7 } | 7 } |
8 | 8 |
9 #default-browser-state { | 9 #default-browser-state { |
10 margin-top: 6px; | 10 margin-top: 6px; |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 background: right center no-repeat; | 232 background: right center no-repeat; |
233 } | 233 } |
234 | 234 |
235 .network-menu-item:hover { | 235 .network-menu-item:hover { |
236 background-color: #eee; | 236 background-color: #eee; |
237 } | 237 } |
238 | 238 |
239 .network-menu > hr { | 239 .network-menu > hr { |
240 opacity: 0.4; | 240 opacity: 0.4; |
241 } | 241 } |
| 242 |
| 243 #web-content-section select, |
| 244 .web-content-select-label { |
| 245 min-width: 145px; |
| 246 } |
| 247 |
| 248 .web-content-select-label > span:only-of-type { |
| 249 display: inline-block; |
| 250 min-width: 100px; |
| 251 } |
| 252 |
| 253 #fontSettingsCustomizeFontsButton, |
| 254 #privacyClearDataButton { |
| 255 margin-left: 10px; |
| 256 } |
| 257 |
| 258 #timezone-value { |
| 259 display: inline-block; |
| 260 vertical-align: baseline; |
| 261 } |
| 262 |
| 263 #privacy-explanation { |
| 264 line-height: 1.8em; |
| 265 } |
| 266 |
| 267 #privacy-explanation span:first-child { |
| 268 display: block; |
| 269 } |
| 270 |
| 271 #advanced-settings { |
| 272 -webkit-transition: height 500ms; |
| 273 height: 0; |
| 274 overflow: hidden; |
| 275 } |
OLD | NEW |