Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Side by Side Diff: chrome/browser/resources/options/browser_options.css

Issue 15690006: Prevent pop-up bubbles for managed networks from being clipped (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698