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

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

Issue 6155008: DOMUI: Implement the new Fonts and Encoding page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/font_settings.css
diff --git a/chrome/browser/resources/options/font_settings.css b/chrome/browser/resources/options/font_settings.css
new file mode 100644
index 0000000000000000000000000000000000000000..4e1a81fe9f1959c7420e4c59eb8f62185bc077df
--- /dev/null
+++ b/chrome/browser/resources/options/font_settings.css
@@ -0,0 +1,19 @@
+#font-settings > section > .font-input-div {
+ -webkit-margin-end: 5em;
+}
+
+.font-input-div > div > select {
+ margin-bottom: 10px;
+}
+
+.font-input-div > div > .font-input {
+ width: 12em;
+}
+
+#font-settings > section > .font-sample-div {
+ position: absolute;
+}
+
+.font-settings-huge {
+ float: right;
+}

Powered by Google App Engine
This is Rietveld 408576698