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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 width: 320px; | 152 width: 320px; |
153 } | 153 } |
154 | 154 |
155 #download-location-label.disabled { | 155 #download-location-label.disabled { |
156 color: #999; | 156 color: #999; |
157 } | 157 } |
158 | 158 |
159 .network-group { | 159 .network-group { |
160 -webkit-box-orient: horizontal; | 160 -webkit-box-orient: horizontal; |
161 height: 42px; | 161 height: 42px; |
| 162 overflow: visible; |
162 } | 163 } |
163 | 164 |
164 list:not([disabled]) > .network-group:hover, | 165 list:not([disabled]) > .network-group:hover, |
165 list:not([disabled]) > .network-group[selected] { | 166 list:not([disabled]) > .network-group[selected] { |
166 background-color: #f8f8f8 !important; | 167 background-color: #f8f8f8 !important; |
167 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), | 168 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), |
168 rgba(255, 255, 255, 0)) !important; | 169 rgba(255, 255, 255, 0)) !important; |
169 box-shadow: inset 0 0 1px 1px #f0f0f0; | 170 box-shadow: inset 0 0 1px 1px #f0f0f0; |
170 } | 171 } |
171 | 172 |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 } | 394 } |
394 | 395 |
395 #keyboard-overlay .option-value > select { | 396 #keyboard-overlay .option-value > select { |
396 width: 100%; | 397 width: 100%; |
397 } | 398 } |
398 | 399 |
399 #keyboard-overlay table { | 400 #keyboard-overlay table { |
400 /* Same as .settings-row {margin}. */ | 401 /* Same as .settings-row {margin}. */ |
401 -webkit-border-vertical-spacing: 0.65em; | 402 -webkit-border-vertical-spacing: 0.65em; |
402 } | 403 } |
OLD | NEW |