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

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

Issue 9296038: [uber] Redoing the homepage selection UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CSS spacing + copy value change to chromeos section Created 8 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/options2/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index 67e127b3887ce464e8026ea86881afde1fc3d46f..44355546b4d520cd4ecb3ba1caebc222a7268e64 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -80,6 +80,10 @@ input[type='text']:disabled {
-webkit-box-orient: vertical;
}
+.box-align-center {
+ -webkit-box-align: center;
+}
+
.stretch {
-webkit-box-flex: 1;
}

Powered by Google App Engine
This is Rietveld 408576698