cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / emulator / bluetooth_settings.css
bloba0fbd736d4c67649753c93106e233c0f87d79219
1 /* Copyright 2015 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 paper-input {
6 -webkit-margin-end: 15px;
7 display: inline-block;
8 width: 200px;
11 #editModal paper-checkbox {
12 -webkit-margin-start: 15px;
15 paper-dialog {
16 height: 90%;
17 overflow-y: scroll;
18 width: 40%;
21 .element-label {
22 -webkit-padding-start: 0;
23 color: rgb(82, 101, 162);
24 display: block;
25 font-size: 24px;
26 font-weight: normal;
27 height: 80px;
28 letter-spacing: 0.05em;
29 line-height: 80px;
32 .form-label {
33 display: block;
36 .form-field-section {
37 margin-top: 30px;
40 .form-field-section:first-of-type {
41 margin-top: 0;
44 .icon-cell {
45 text-align: center;
46 width: 45%;
49 .icon-cell paper-icon-button {
50 color: rgb(82, 101, 162);
53 .devices-table {
54 border-collapse: collapse;
55 padding: 20px 0;
58 .devices-table paper-icon-button[disabled] {
59 color: rgb(150, 194, 244);
62 .devices-table.custom {
63 margin-top: 40px;
66 .devices-table .icon-cell {
67 width: 45%;
70 .devices-table .center-cell-label {
71 text-align: center;
74 .devices-table .control-cell {
75 text-align: center;
78 .devices-table paper-checkbox {
79 --paper-checkbox-unchecked-color: rgb(82, 101, 162);
82 .devices-table td {
83 padding: 10px;
86 .bold {
87 font-weight: bold;
90 .devices-table tr.table-section-header {
91 font-weight: bold;
94 .devices-table tbody:first-of-type::before {
95 height: 0;
98 .devices-table tbody:last-of-type::before {
99 content: '';
100 display: block;
101 height: 30px;
104 .devices-table tbody tr {
105 border-bottom: 1px solid #dadada;
108 .devices-table tbody tr:last-of-type {
109 border-bottom: 0;
112 .add-device-container {
113 margin: 15px;
114 text-align: right;
117 .add-device-container paper-button {
118 color: rgb(82, 101, 162);
119 width: 200px;