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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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 #font-settings > section {
2 overflow: hidden;
3 }
4
5 #font-settings input[type="range"] {
6 width: 100%;
7 }
8
9 #minimum-font-sample {
10 height: 35px;
11 overflow: hidden;
12 width: 270px;
13 }
14
15 .font-input-div {
16 -webkit-margin-end: 3em;
17 width: 12em;
18 }
19
20 .font-input-div > div > select {
21 margin-bottom: 10px;
22 }
23
24 .font-input {
25 width: 100%;
26 }
27
28 .font-sample-div {
29 height: 70px;
30 overflow: hidden;
31 width: 270px;
32 direction: ltr;
33 }
34
35 .font-settings-huge {
36 float: right;
37 }
38
39 html[dir=rtl] .font-settings-huge {
40 float: left;
41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698