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

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

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/options2/browser_options.css
===================================================================
--- chrome/browser/resources/options2/browser_options.css (revision 124004)
+++ chrome/browser/resources/options2/browser_options.css (working copy)
@@ -266,3 +266,49 @@
.network-menu > hr {
opacity: 0.4;
}
+
+#settings .section-group:not(:first-child) {
+ margin-top: 10px;
+}
+
+#settings .section-group:not(:last-child) {
+ margin-bottom: 10px;
+}
+
+#web-content-section select,
+.web-content-select-label {
+ min-width: 145px;
+}
+
+.web-content-select-label > span:only-of-type {
+ display: inline-block;
+ min-width: 100px;
+}
+
+#download-location-group {
+ margin: 10px 0 5px;
+ min-width: 470px;
+}
+
+#fontSettingsCustomizeFontsButton,
+#privacyClearDataButton {
+ margin-left: 10px;
+}
+
+#timezone-value {
+ display: inline-block;
+ vertical-align: baseline;
+}
+
+#privacy-explanation {
+ line-height: 1.8em;
+}
+
+#privacy-explanation span:first-child {
+ display: block;
+}
+
+#advanced-settings {
+ -webkit-transition: height 500ms;
+ overflow: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698