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; |
+} |