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

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

Issue 6059006: [tabbed options] tidy up some bits of content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/content_settings.css
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
index eea0c30026a5ce553787e6881df157284952cf27..be2cc17ba8483dcd752a3ba3ded66521b786dc89 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -5,9 +5,10 @@ found in the LICENSE file.
*/
.exceptionPattern {
- -webkit-box-flex: 1;
display: -webkit-box;
+ margin-right: 4px;
arv (Not doing code reviews) 2010/12/22 23:39:13 -webkit-margin-end
overflow: hidden;
+ -webkit-box-flex: 1;
James Hawkins 2010/12/22 23:37:53 -webkit-* should be at the top of the list.
white-space: nowrap;
}
@@ -17,9 +18,18 @@ found in the LICENSE file.
margin-right: 20px;
arv (Not doing code reviews) 2010/12/22 23:39:13 -webkit-margin-end
}
+select.exceptionSetting {
+ vertical-align: middle;
+}
+
+/* Hacks to make the <select> align better with the <input>. */
+html[toolkit=gtk] select.exceptionSetting {
+ height: 22px;
+ margin-top: 1px;
+}
+
#exceptionColumnHeaders {
display: -webkit-box;
- margin-bottom: 4px;
margin-top: 17px;
-webkit-margin-start: 3px;
James Hawkins 2010/12/22 23:37:53 Same as above.
}
@@ -35,3 +45,12 @@ found in the LICENSE file.
#exceptionBehaviorColumn {
width: 140px;
}
+
+.otr_explanation {
arv (Not doing code reviews) 2010/12/22 23:39:13 .otrExplanation
+ font-style: italic;
+}
+
+#contentSettingsExceptionsArea list {
+ margin-bottom: 10px;
+ margin-top: 4px;
+}

Powered by Google App Engine
This is Rietveld 408576698