Extract code handling PrinterProviderAPI from PrintPreviewHandler
[chromium-blink-merge.git] / chrome / browser / resources / options / chromeos / display_options.css
blob3f738791e5c069322b6f77beaa4dfa976a5588ff
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
3 * found in the LICENSE file. */
5 #display-options-page {
6 background-color: rgb(240, 240, 240);
9 #display-options-content-area {
10 padding: 0;
13 #display-options-displays-view-host {
14 padding: 20px 0 20px 0;
17 #display-options-displays-view {
18 overflow: hidden;
19 position: relative;
20 width: 100%;
23 #display-options-displays-view-mirroring {
24 margin: 20px 0 20px 0;
27 #display-configurations {
28 -webkit-padding-end: 0;
29 -webkit-padding-start: 15px;
30 background-color: white;
31 border-top: 1px solid lightgrey;
32 padding-bottom: 15px;
33 padding-top: 15px;
36 /* The arrow at the border #display-configurations to point the focused display.
37 * This is achieved by a square rotated by 45-deg, and it has border at the
38 * upper-half, which were left/top before the rotation. */
39 #display-configuration-arrow {
40 -webkit-transform: rotate(45deg);
41 background-color: white;
42 border-left: 1px solid lightgrey;
43 border-top: 1px solid lightgrey;
44 height: 20px;
45 position: absolute;
46 width: 20px;
47 z-index: 1;
50 #selected-display-data-container {
51 z-index: 2;
54 #selected-display-name {
55 font-size: large;
56 font-weight: normal;
57 margin-top: 5px;
58 padding: 0;
61 .selected-display-option-row {
62 margin-top: 10px;
65 .selected-display-option-title {
66 display: inline-block;
67 margin-right: 10px;
70 .displays-display {
71 -webkit-user-select: none;
72 background: rgb(240, 240, 240);
73 border: solid 1px;
74 box-sizing: border-box;
75 font-weight: bold;
76 position: absolute;
77 text-align: center;
78 z-index: 2;
81 .display-mirrored {
82 border: solid 1px;
85 .displays-focused {
86 border: solid 2px rgb(0, 138, 255);
87 color: rgb(0, 138, 255);
90 #display-options-toggle-mirroring {
91 margin-right: 5px;
94 .display-options-button {
95 width: 130px;