Chromium Code Reviews| 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 5e1bffe61ca3b01c09f5610b1fcc813ba6fb90e5..daa28dda08ccea298a9290aa3d01880e2728b411 100644 |
| --- a/chrome/browser/resources/options/content_settings.css |
| +++ b/chrome/browser/resources/options/content_settings.css |
| @@ -4,11 +4,6 @@ Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| */ |
| -#contentSettingsPage list { |
| - border: 1px solid #d9d9d9; |
| - border-radius: 2px; |
| -} |
| - |
| .exceptionPattern { |
| display: -webkit-box; |
| -webkit-box-flex: 1; |
| @@ -19,3 +14,23 @@ found in the LICENSE file. |
| width: 100px; |
| margin-right: 20px; |
| } |
| + |
| +#exceptionColumnHeaders { |
| + display: -webkit-box; |
| + margin-top: 17px; |
| + -webkit-margin-start: 3px; |
| + margin-bottom: 4px; |
|
stuartmorgan
2010/12/21 17:25:44
Alphabetize all of these.
Evan Stade
2010/12/21 19:54:08
Done.
|
| +} |
| + |
| +#exceptionColumnHeaders > span { |
|
arv (Not doing code reviews)
2010/12/21 19:08:54
Since you are using display block maybe you can us
Evan Stade
2010/12/21 19:54:08
ok.
|
| + display: block; |
| + font-weight: bold; |
| +} |
| + |
| +#exceptionPatternColumn { |
| + -webkit-box-flex: 1; |
| +} |
| + |
| +#exceptionBehaviorColumn { |
| + width: 140px; |
| +} |