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

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

Issue 9625006: Implement new overlay style for options pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. 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/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index c56bf5a82b93f32a786fecae4331ef346ff51f6c..b1fd01cb5f553341b3ad6a0485e336aed19b0574 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -188,14 +188,6 @@ html[touch-optimized] body {
margin-top: 45px;
}
-.overlay .page h1 {
- background: -webkit-linear-gradient(white, #F8F8F8);
- border-bottom: 1px solid rgba(188, 193, 208, .5);
- font-size: 105%;
- font-weight: bold;
- padding: 10px 15px 8px 15px;
-}
-
.page list {
/* Min height is a multiple of the list item height (32) */
min-height: 192px;
« no previous file with comments | « chrome/browser/resources/options2/manage_profile_overlay.html ('k') | chrome/browser/resources/options2/password_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698