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 be2cc17ba8483dcd752a3ba3ded66521b786dc89..84e1443223eb1d1b15f6c73425b54602b8117941 100644 |
--- a/chrome/browser/resources/options/content_settings.css |
+++ b/chrome/browser/resources/options/content_settings.css |
@@ -5,17 +5,19 @@ found in the LICENSE file. |
*/ |
.exceptionPattern { |
+ -webkit-box-flex: 1; |
+ -webkit-margin-end: 10px; |
+ -webkit-margin-start: 14px; |
display: -webkit-box; |
margin-right: 4px; |
overflow: hidden; |
- -webkit-box-flex: 1; |
white-space: nowrap; |
} |
.exceptionSetting { |
+ -webkit-margin-end: 20px; |
display: inline-block; |
width: 100px; |
- margin-right: 20px; |
} |
select.exceptionSetting { |
@@ -29,9 +31,9 @@ html[toolkit=gtk] select.exceptionSetting { |
} |
#exceptionColumnHeaders { |
+ -webkit-margin-start: 17px; |
display: -webkit-box; |
margin-top: 17px; |
- -webkit-margin-start: 3px; |
} |
#exceptionColumnHeaders > div { |
@@ -46,7 +48,7 @@ html[toolkit=gtk] select.exceptionSetting { |
width: 140px; |
} |
-.otr_explanation { |
+.otrExplanation { |
James Hawkins
2010/12/23 00:40:45
nit: Class style is the same as ID style = class-n
Evan Stade
2010/12/23 00:48:21
arv suggested this change:
http://codereview.chrom
|
font-style: italic; |
} |