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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 10 years 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/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 091f91f5af9a574972056dfd35b5362a6596dace..4a95d348d26f2edea85a1d4c524ca3e3a43e7e75 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -371,6 +371,11 @@ select {
border-radius: 2px;
}
+.list-title {
arv (Not doing code reviews) 2010/12/22 18:14:07 Maybe you should have used a hx in the markup for
James Hawkins 2010/12/22 21:22:31 Done.
+ font-weight: bold;
+ margin: 20px 0 10px 0;
+}
+
list > * {
-webkit-box-align: center;
-webkit-transition: .15s background-color;

Powered by Google App Engine
This is Rietveld 408576698