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

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

Issue 33753004: Add link to the Advanced Font Settings extension in Font Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 7 years, 1 month 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/font_settings.html » ('j') | 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 #font-settings > section { 5 #font-settings > section {
6 overflow: hidden; 6 overflow: hidden;
7 } 7 }
8 8
9 #font-settings .action-area {
10 -webkit-box-pack: start;
11 }
12
13 #font-settings .action-area .spacer {
14 -webkit-box-flex: 1;
15 display: -webkit-box;
16 }
17
18 #font-settings .button-strip {
19 width: 100%;
20 }
21
9 .font-setting-container { 22 .font-setting-container {
10 display: -webkit-box; 23 display: -webkit-box;
11 } 24 }
12 25
13 #font-settings input[type='range'] { 26 #font-settings input[type='range'] {
14 width: 100%; 27 width: 100%;
15 } 28 }
16 29
17 #minimum-font-sample { 30 #minimum-font-sample {
18 height: 35px; 31 height: 35px;
(...skipping 21 matching lines...) Expand all
40 width: 270px; 53 width: 270px;
41 } 54 }
42 55
43 .font-settings-huge { 56 .font-settings-huge {
44 float: right; 57 float: right;
45 } 58 }
46 59
47 html[dir=rtl] .font-settings-huge { 60 html[dir=rtl] .font-settings-huge {
48 float: left; 61 float: left;
49 } 62 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/font_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698