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

Unified 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, 2 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/font_settings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 6cd5ca4ee6afcbc38175e30c112278601f439e06..f999c586f2b1ef3978937c6b55c72b19426ce84f 100644
--- a/chrome/browser/resources/options/font_settings.css
+++ b/chrome/browser/resources/options/font_settings.css
@@ -6,6 +6,19 @@
overflow: hidden;
}
+#font-settings .action-area {
+ -webkit-box-pack: start;
+}
+
+#font-settings .action-area .spacer {
+ -webkit-box-flex: 1;
+ display: -webkit-box;
+}
+
+#font-settings .button-strip {
+ width: 100%;
+}
+
.font-setting-container {
display: -webkit-box;
}
« 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