| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 | 59 |
| 60 .otr-explanation { | 60 .otr-explanation { |
| 61 font-style: italic; | 61 font-style: italic; |
| 62 } | 62 } |
| 63 | 63 |
| 64 #content-settings-exceptions-area list { | 64 #content-settings-exceptions-area list { |
| 65 margin-bottom: 10px; | 65 margin-bottom: 10px; |
| 66 margin-top: 4px; | 66 margin-top: 4px; |
| 67 } | 67 } |
| 68 | 68 |
| 69 #disable-plugins-container { | |
| 70 /* Same as .checkbox and .radio padding. Using padding instead of margin | |
| 71 * to ensure minimum height for tap target. */ | |
| 72 padding: 7px 0; | |
| 73 } | |
| 74 | |
| 75 #group-indicator { | 69 #group-indicator { |
| 76 margin-left: 5px; | 70 margin-left: 5px; |
| 77 } | 71 } |
| 78 | 72 |
| 79 div[role='listitem'][controlled-by] { | 73 div[role='listitem'][controlled-by] { |
| 80 color: #666; | 74 color: #666; |
| 81 font-style: italic; | 75 font-style: italic; |
| 82 position: relative; | 76 position: relative; |
| 83 } | 77 } |
| 84 | 78 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 114 display: -webkit-box; | 108 display: -webkit-box; |
| 115 } | 109 } |
| 116 | 110 |
| 117 #media-audio-column { | 111 #media-audio-column { |
| 118 width: 6em; | 112 width: 6em; |
| 119 } | 113 } |
| 120 | 114 |
| 121 #media-video-column { | 115 #media-video-column { |
| 122 width: 8.5em; | 116 width: 8.5em; |
| 123 } | 117 } |
| OLD | NEW |