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

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

Issue 6541086: WebUI Prefs: Don't use display:block for labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless rul Created 9 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
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 7f59a2bf81b415d9d8ed0c18c10adba34539aa1d..a3d47e98cf5481432d7e2fdb7c3f31b3881fa3fb 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -371,18 +371,11 @@ section > div:only-of-type {
margin-top: 0;
}
-/* TODO(stuartmorgan): make this less specific once all pages
- * are converted to the non-table style.
- */
-section > div:only-of-type label {
+div.checkbox,
+div.radio {
margin: 5px 0;
}
-label.checkbox,
-label.radio {
- display: block
-}
-
.hidden {
display: none !important;
}
« no previous file with comments | « chrome/browser/resources/options/language_options.html ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698