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

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: more fixes 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 e6cfa7dc018dd00b702a90fcd98d2d9e5fd6f51c..ed9f19b12d588dc5e39fc04f7f7ed630d3965880 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