| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 | 138 |
| 139 #network-settings { | 139 #network-settings { |
| 140 position: relative; | 140 position: relative; |
| 141 } | 141 } |
| 142 | 142 |
| 143 #network-list { | 143 #network-list { |
| 144 min-height: 0; | 144 min-height: 0; |
| 145 width: 320px; | 145 width: 320px; |
| 146 } | 146 } |
| 147 | 147 |
| 148 #download-location-label.disabled { |
| 149 color: #999; |
| 150 } |
| 151 |
| 148 .network-group { | 152 .network-group { |
| 149 -webkit-box-orient: horizontal; | 153 -webkit-box-orient: horizontal; |
| 150 height: 42px; | 154 height: 42px; |
| 151 } | 155 } |
| 152 | 156 |
| 153 list:not([disabled]) > .network-group:hover, | 157 list:not([disabled]) > .network-group:hover, |
| 154 list:not([disabled]) > .network-group[selected] { | 158 list:not([disabled]) > .network-group[selected] { |
| 155 background-color: #f8f8f8 !important; | 159 background-color: #f8f8f8 !important; |
| 156 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), | 160 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), |
| 157 rgba(255, 255, 255, 0)) !important; | 161 rgba(255, 255, 255, 0)) !important; |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 } | 410 } |
| 407 | 411 |
| 408 #keyboard-overlay .option-value > select { | 412 #keyboard-overlay .option-value > select { |
| 409 width: 100%; | 413 width: 100%; |
| 410 } | 414 } |
| 411 | 415 |
| 412 #keyboard-overlay table { | 416 #keyboard-overlay table { |
| 413 /* Same as .settings-row {margin}. */ | 417 /* Same as .settings-row {margin}. */ |
| 414 -webkit-border-vertical-spacing: 0.65em; | 418 -webkit-border-vertical-spacing: 0.65em; |
| 415 } | 419 } |
| OLD | NEW |