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

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

Issue 3146030: Changing options page so it is in the center, has less padding, a drop shadow... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
===================================================================
--- chrome/browser/resources/options/options_page.css (revision 56911)
+++ chrome/browser/resources/options/options_page.css (working copy)
@@ -27,13 +27,13 @@
position: fixed;
left: 0;
right: 0;
- background: rgba(0, 0, 0, .5);
+ background: rgba(0, 0, 0, .2);
top: 0;
bottom: 0;
z-index: 10;
padding: 20px;
display: -webkit-box;
- -webkit-box-align: start;
+ -webkit-box-align: center;
-webkit-box-pack: center;
}
@@ -61,7 +61,9 @@
.overlay > div {
background: white;
border-radius: 5px;
- padding: 30px;
+ padding: 15px;
+ border: 1px solid #666;
+ -webkit-box-shadow: 3px 3px 3px #666;
}
#navbar {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698