| 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 #change-home-page-section { | 5 #change-home-page-section { |
| 6 margin-left: 30px; | 6 margin-left: 30px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #home-page-url { | 9 #home-page-url { |
| 10 display: inline-block; | 10 display: inline-block; |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 background-image: none; | 234 background-image: none; |
| 235 background-position: center center; | 235 background-position: center center; |
| 236 display: block; | 236 display: block; |
| 237 opacity: 0.5; | 237 opacity: 0.5; |
| 238 vertical-align: middle; | 238 vertical-align: middle; |
| 239 width: 19px; | 239 width: 19px; |
| 240 } | 240 } |
| 241 | 241 |
| 242 .network-group > .controlled-setting-indicator, | 242 .network-group > .controlled-setting-indicator, |
| 243 .network-menu-item > .controlled-setting-indicator { | 243 .network-menu-item > .controlled-setting-indicator { |
| 244 -webkit-box-flex: 0; | |
| 245 -webkit-margin-end: 5px; | 244 -webkit-margin-end: 5px; |
| 246 display: block; | |
| 247 height: 16px; | |
| 248 width: 16px; | |
| 249 } | 245 } |
| 250 | 246 |
| 251 .network-options-button:hover { | 247 .network-options-button:hover { |
| 252 opacity: 1; | 248 opacity: 1; |
| 253 } | 249 } |
| 254 | 250 |
| 255 @-webkit-keyframes vpn-connecting-animation { | 251 @-webkit-keyframes vpn-connecting-animation { |
| 256 from { | 252 from { |
| 257 opacity: 1; | 253 opacity: 1; |
| 258 } | 254 } |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 } | 384 } |
| 389 | 385 |
| 390 #keyboard-overlay .option-value > select { | 386 #keyboard-overlay .option-value > select { |
| 391 width: 100%; | 387 width: 100%; |
| 392 } | 388 } |
| 393 | 389 |
| 394 #keyboard-overlay table { | 390 #keyboard-overlay table { |
| 395 /* Same as .settings-row {margin}. */ | 391 /* Same as .settings-row {margin}. */ |
| 396 -webkit-border-vertical-spacing: 0.65em; | 392 -webkit-border-vertical-spacing: 0.65em; |
| 397 } | 393 } |
| OLD | NEW |