Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #contentSettingsPage list { | 7 #contentSettingsExceptionsArea list { |
|
stuartmorgan
2010/12/20 22:55:37
Lets move this style block to options_page.css wit
Evan Stade
2010/12/20 23:09:02
ok
| |
| 8 border: 1px solid #d9d9d9; | 8 border: 1px solid #d9d9d9; |
| 9 border-radius: 2px; | 9 border-radius: 2px; |
| 10 } | 10 } |
| 11 | 11 |
| 12 .exceptionPattern { | 12 .exceptionPattern { |
| 13 display: -webkit-box; | 13 display: -webkit-box; |
| 14 -webkit-box-flex: 1; | 14 -webkit-box-flex: 1; |
| 15 } | 15 } |
| 16 | 16 |
| 17 .exceptionSetting { | 17 .exceptionSetting { |
| 18 display: inline-block; | 18 display: inline-block; |
| 19 width: 100px; | 19 width: 100px; |
| 20 margin-right: 20px; | 20 margin-right: 20px; |
| 21 } | 21 } |
| OLD | NEW |