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

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

Issue 3017039: DOMUI prefs: Remove use of tables for layout on the Under the Hood pane. (Closed)
Patch Set: Switch from br to block-level elements Created 10 years, 5 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/options/browser_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63880836c0c9b5cd7a8a8b677189a1bd62aaa83b..16ccd42d0f56b6a6942249d7f605e19266215cf5 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -153,7 +153,7 @@ section > h3 {
margin-top: 5px;
}
-.option-control-table {
+.option-control-table, section > div:only-of-type {
margin-top: 5px;
-webkit-padding-start: 10px;
}
@@ -162,6 +162,13 @@ section > h3 {
-webkit-margin-start: 18px;
}
+/* TODO(stuartmorgan): make this less specific once all pages
+ * are converted to the non-table style.
+ */
+section > div:only-of-type label {
+ display: block;
+}
+
.hidden {
display: none;
}
@@ -169,3 +176,7 @@ section > h3 {
.touch-slider {
-webkit-appearance: slider-horizontal;
}
+
+input[type="checkbox"] {
+ margin-top: 6px;
+}
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698