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 #display-options-page { | 5 #display-options-page { |
6 background-color: rgb(240, 240, 240); | 6 background-color: rgb(240, 240, 240); |
| 7 min-width: 450px; |
7 } | 8 } |
8 | 9 |
9 #display-options-content-area { | 10 #display-options-content-area { |
10 padding: 0; | 11 padding: 0; |
11 } | 12 } |
12 | 13 |
13 #display-options-displays-view-host { | 14 #display-options-displays-view-host { |
14 padding: 20px 0 20px 0; | 15 padding: 20px 0 20px 0; |
15 } | 16 } |
16 | 17 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 .displays-focused { | 86 .displays-focused { |
86 border: solid 2px rgb(0, 138, 255); | 87 border: solid 2px rgb(0, 138, 255); |
87 color: rgb(0, 138, 255); | 88 color: rgb(0, 138, 255); |
88 } | 89 } |
89 | 90 |
90 #display-options-toggle-mirroring { | 91 #display-options-toggle-mirroring { |
91 margin-right: 5px; | 92 margin-right: 5px; |
92 } | 93 } |
93 | 94 |
94 .display-options-button { | 95 .display-options-button { |
95 width: 130px; | 96 width: 155px; |
96 } | 97 } |
OLD | NEW |