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

Side by Side Diff: chrome/browser/resources/options2/advanced_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: 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
(Empty)
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
3 * found in the LICENSE file. */
4
5 #advancedPage .section-group:not(:first-child) {
6 margin-top: 10px;
7 }
8
9 #advancedPage .section-group:not(:last-child) {
10 margin-bottom: 10px;
11 }
12
13 #advancedPage select,
14 #advancedPage .web-content-select-label {
15 min-width: 145px;
16 }
17
18 #advancedPage .web-content-select-label > span:only-of-type {
19 display: inline-block;
20 min-width: 100px;
21 }
22
23 #download-location-group {
24 margin: 10px 0 5px;
25 min-width: 470px;
26 }
27
28 #fontSettingsCustomizeFontsButton,
29 #privacyClearDataButton {
30 margin-left: 10px;
31 }
32
33 #timezone-value {
34 display: inline-block;
35 vertical-align: baseline;
36 }
37
38 #privacy-explanation {
39 line-height: 1.8em;
40 }
41
42 #privacy-explanation span:first-child {
43 display: block;
44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698