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

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

Issue 3056042: Make the width of overlay pages flexible. (Closed)
Patch Set: get rid of overlayview Created 10 years, 5 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/browser/resources/options.html ('k') | 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
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 16ccd42d0f56b6a6942249d7f605e19266215cf5..875bae2c0246ab8d2ae080f3e359f51292df95a3 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -25,6 +25,9 @@
bottom: 0;
z-index: 10;
padding: 20px;
+ display: -webkit-box;
+ -webkit-box-align: start;
+ -webkit-box-pack: center;
}
#close-overlay {
@@ -44,11 +47,11 @@ html[dir='rtl'] #close-overlay {
left: -20px;
}
-#overlayview .button-strip {
+.overlay .button-strip {
text-align: end;
}
-#overlayview {
+.overlay > div {
background: white;
border-radius: 5px;
padding: 30px;
« no previous file with comments | « chrome/browser/resources/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698