| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 margin-left: 5px; | 62 margin-left: 5px; |
| 63 } | 63 } |
| 64 | 64 |
| 65 div[role='listitem'][controlled-by] { | 65 div[role='listitem'][controlled-by] { |
| 66 color: #666; | 66 color: #666; |
| 67 font-style: italic; | 67 font-style: italic; |
| 68 position: relative; | 68 position: relative; |
| 69 } | 69 } |
| 70 | 70 |
| 71 .settings-list div[role='listitem'][controlled-by='policy'], | 71 .settings-list div[role='listitem'][controlled-by='policy'], |
| 72 .settings-list div[role='listitem'][controlled-by='extension'] { | 72 .settings-list div[role='listitem'][controlled-by='extension'], |
| 73 .settings-list div[role='listitem'][controlled-by='recommended'] { |
| 73 background: rgb(250, 230, 146); | 74 background: rgb(250, 230, 146); |
| 74 border-bottom: 1px solid rgb(201, 189, 141); | 75 border-bottom: 1px solid rgb(201, 189, 141); |
| 75 border-top: 0; | 76 border-top: 0; |
| 76 } | 77 } |
| 77 | 78 |
| 78 .sublabel { | 79 .sublabel { |
| 79 -webkit-margin-start: 2em; | 80 -webkit-margin-start: 2em; |
| 80 } | 81 } |
| 81 | 82 |
| 82 select.media-device-control { | 83 select.media-device-control { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 100 display: -webkit-box; | 101 display: -webkit-box; |
| 101 } | 102 } |
| 102 | 103 |
| 103 #media-audio-column { | 104 #media-audio-column { |
| 104 width: 6em; | 105 width: 6em; |
| 105 } | 106 } |
| 106 | 107 |
| 107 #media-video-column { | 108 #media-video-column { |
| 108 width: 8.5em; | 109 width: 8.5em; |
| 109 } | 110 } |
| OLD | NEW |