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

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: 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
(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 select,
6 #advancedPage .web-content-select-label {
7 min-width: 145px;
8 }
9
10 #advancedPage .web-content-select-label > span:only-of-type {
11 display: inline-block;
12 min-width: 100px;
13 }
14
15 #fontSettingsCustomizeFontsButton,
16 #privacyClearDataButton {
17 margin-left: 10px;
18 }
19
20 #timezone-value {
21 display: inline-block;
22 vertical-align: baseline;
23 }
24
25 #privacy-explanation {
26 line-height: 1.8em;
27 }
28
29 #privacy-explanation span:first-child {
30 display: block;
31 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options2/advanced_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698