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

Unified Diff: chrome/browser/resources/uber/uber_shared.css

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase again. Created 8 years, 10 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/options2/search_page.js ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_shared.css
===================================================================
--- chrome/browser/resources/uber/uber_shared.css (revision 124465)
+++ chrome/browser/resources/uber/uber_shared.css (working copy)
@@ -55,7 +55,16 @@
}
body.uber-frame header > h1 {
- border-bottom: 1px solid #f7f7f7;
+ border-bottom: 1px solid #eee;
margin: 0;
padding: 21px 0 13px;
}
+
+body.uber-frame footer {
+ border-top: 1px solid #eee;
+ margin-top: 16px;
+ /* min-width and max-width should match the header */
+ min-width: 600px;
+ max-width: 638px;
+ padding: 8px 0;
+}
« no previous file with comments | « chrome/browser/resources/options2/search_page.js ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698