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

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

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase again. Created 8 years, 9 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
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 #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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/advanced_options.js ('k') | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698