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..d5e8646b3fc86226eaa43620d48e5036b48db20b 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; |
| + margin-left: 3px; |
|
arv (Not doing code reviews)
2010/12/21 00:34:27
-webkit-margin-start
Evan Stade
2010/12/21 02:09:00
Done.
|
| + margin-bottom: 4px; |
| +} |
| + |
| +#exceptionColumnHeaders > span { |
|
arv (Not doing code reviews)
2010/12/21 00:34:27
maybe use an hx?
Evan Stade
2010/12/21 02:09:00
why?
arv (Not doing code reviews)
2010/12/21 19:08:54
I saw the word "header" and went into default mode
|
| + display: block; |
| + font-weight: bold; |
| +} |
| + |
| +#exceptionPatternColumn { |
| + -webkit-box-flex: 1; |
| +} |
| + |
| +#exceptionBehaviorColumn { |
| + width: 140px; |
| +} |