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

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

Issue 6372010: DOMUI: Refactor the new overlay style and apply it to all overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. Created 9 years, 11 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/options/clear_browser_data_overlay.css
diff --git a/chrome/browser/resources/options/clear_browser_data_overlay.css b/chrome/browser/resources/options/clear_browser_data_overlay.css
index d4daec9edf7b5a9097d2ae802713c3390658ecea..a6b970d6f9b2ca3c2788b39fffa5fd081bc954ba 100644
--- a/chrome/browser/resources/options/clear_browser_data_overlay.css
+++ b/chrome/browser/resources/options/clear_browser_data_overlay.css
@@ -4,33 +4,11 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
*/
-/* TODO(estade): these rules override some more general style rules. We
- * should unify these rules instead of overriding them, but first we need
- * to update existing overlays. Since a lot of the overlays are going away,
- * I'm making these rules specific to this overlay for now. */
-
#clearBrowserDataOverlay {
- -webkit-box-shadow: 0px 0px 40px -5px #888;
- border: 1px solid rgb(188, 193, 208);
- border-radius: 2px;
min-width: 500px;
- padding: 0;
-}
-
-#cbdTitle {
- background: -webkit-linear-gradient(white, #F8F8F8);
- border-bottom: 1px solid rgba(188, 193, 208, .5);
- display: block;
- font-size: 105%;
- font-weight: bold;
- padding: 10px 15px 8px 15px;
}
-#cbdContentArea {
- padding: 10px 15px 5px 15px;
-}
-
-#cbdContentArea label {
+#clearBrowserDataOverlay > .content-area label {
margin: 5px 0;
}
@@ -42,11 +20,3 @@ found in the LICENSE file.
visibility: hidden;
width: 16px;
}
-
-#cbdActionArea {
- -webkit-box-align: center;
- -webkit-box-orient: horizontal;
- border-top: 1px solid rgba(188, 193, 208, .5);
- display: -webkit-box;
- padding: 12px;
-}

Powered by Google App Engine
This is Rietveld 408576698