| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 #content-settings-page { | 5 #content-settings-page { |
| 6 min-width: 620px; | 6 min-width: 620px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #content-settings-exceptions-area { | 9 #content-settings-exceptions-area { |
| 10 min-width: 540px; | 10 min-width: 540px; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 } | 32 } |
| 33 | 33 |
| 34 #exception-column-headers > div { | 34 #exception-column-headers > div { |
| 35 font-weight: bold; | 35 font-weight: bold; |
| 36 } | 36 } |
| 37 | 37 |
| 38 #exception-pattern-column { | 38 #exception-pattern-column { |
| 39 -webkit-box-flex: 1; | 39 -webkit-box-flex: 1; |
| 40 } | 40 } |
| 41 | 41 |
| 42 #exception-behavior-column { | 42 .exception-value-column-header { |
| 43 width: 145px; | 43 width: 145px; |
| 44 } | 44 } |
| 45 | 45 |
| 46 .otr-explanation { | 46 .otr-explanation { |
| 47 font-style: italic; | 47 font-style: italic; |
| 48 } | 48 } |
| 49 | 49 |
| 50 #content-settings-exceptions-area list { | 50 #content-settings-exceptions-area list { |
| 51 margin-bottom: 10px; | 51 margin-bottom: 10px; |
| 52 margin-top: 4px; | 52 margin-top: 4px; |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 display: -webkit-box; | 106 display: -webkit-box; |
| 107 } | 107 } |
| 108 | 108 |
| 109 #media-audio-column { | 109 #media-audio-column { |
| 110 width: 6em; | 110 width: 6em; |
| 111 } | 111 } |
| 112 | 112 |
| 113 #media-video-column { | 113 #media-video-column { |
| 114 width: 8.5em; | 114 width: 8.5em; |
| 115 } | 115 } |
| OLD | NEW |