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

Unified Diff: chrome/browser/resources/options2/font_settings.css

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/font_settings.css
diff --git a/chrome/browser/resources/options2/font_settings.css b/chrome/browser/resources/options2/font_settings.css
new file mode 100644
index 0000000000000000000000000000000000000000..6d90dbb3f01725e6c294209c77666309c1197a69
--- /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;
+}
« no previous file with comments | « chrome/browser/resources/options2/extension_settings.js ('k') | chrome/browser/resources/options2/font_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698