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

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

Issue 9706031: Settings: Fix a few overlays that set min-width on the list directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/startup_overlay.css
diff --git a/chrome/browser/resources/options2/startup_overlay.css b/chrome/browser/resources/options2/startup_overlay.css
index 2d5e8edce545d11539a05cab534c357295c1a804..dc74debad7b3872cce85531a44b1627a34ae9952 100644
--- a/chrome/browser/resources/options2/startup_overlay.css
+++ b/chrome/browser/resources/options2/startup_overlay.css
@@ -3,13 +3,12 @@
* found in the LICENSE file. */
#startup-overlay {
- min-width: 600px;
+ min-width: 500px;
}
#startupPagesList {
margin-bottom: 20px;
min-height: 64px;
- min-width: 600px;
}
#startupPagesList .title {

Powered by Google App Engine
This is Rietveld 408576698