diff options
| author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 18:36:05 +0000 |
|---|---|---|
| committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 18:36:05 +0000 |
| commit | 8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214 (patch) | |
| tree | 3a1b4cece231496e197feb1419c3b886e5f412d1 /chrome/browser/resources/options2/font_settings.css | |
| parent | e867c1191a1b636d41ffb29bbf3317321576d9c0 (diff) | |
| download | chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.zip chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.tar.gz chromium_src-8e1f93e8a83ba3a2d84f00a5d8026cd5ba494214.tar.bz2 | |
Options2: Pull the trigger.
BUG=none
TEST=none
R=csilv
Review URL: http://codereview.chromium.org/8895023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options2/font_settings.css')
| -rw-r--r-- | chrome/browser/resources/options2/font_settings.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/chrome/browser/resources/options2/font_settings.css b/chrome/browser/resources/options2/font_settings.css new file mode 100644 index 0000000..6d90dbb --- /dev/null +++ b/chrome/browser/resources/options2/font_settings.css @@ -0,0 +1,41 @@ +#font-settings > section { + overflow: hidden; +} + +#font-settings input[type="range"] { + width: 100%; +} + +#minimum-font-sample { + height: 35px; + overflow: hidden; + width: 270px; +} + +.font-input-div { + -webkit-margin-end: 3em; + width: 12em; +} + +.font-input-div > div > select { + margin-bottom: 10px; +} + +.font-input { + width: 100%; +} + +.font-sample-div { + height: 70px; + overflow: hidden; + width: 270px; + direction: ltr; +} + +.font-settings-huge { + float: right; +} + +html[dir=rtl] .font-settings-huge { + float: left; +} |
