Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / devices / devicesView.css
blob255d1c4a2b05e55bf383af2cdbee458eac57d670
1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .devices-view-title {
8 font-size: 16px;
9 margin: 0 0 15px 15px;
10 padding-top: 1px;
13 .view-title {
14 font-size: 16px;
17 .devices-footer {
18 border-top: 1px solid #cdcdcd;
19 background-color: #f3f3f3;
20 flex: none;
21 padding: 3px 10px;
24 .devices-footer > span {
25 white-space: pre;
28 .usb-checkbox {
29 padding-bottom: 8px;
32 .port-forwarding-checkbox {
33 padding-top: 8px;
36 .port-forwarding-footer {
37 overflow: hidden;
38 margin: 15px 0 0 25px;
41 .port-forwarding-footer > * {
42 white-space: pre-wrap;
45 .device-view {
46 overflow: auto;
47 -webkit-user-select: text;
50 .device-text-row {
51 align-items: baseline;
52 margin-bottom: 20px;
55 .device-serial {
56 color: #777;
57 margin-left: 5px;
60 .device-browser-list {
61 flex: auto;
62 overflow: auto;
65 .device-browser-title {
66 font-size: larger;
69 .device-page-list {
70 margin-top: 10px;
71 overflow-x: auto;
72 align-items: stretch;
73 flex: none;
76 .device-page-list > div {
77 padding: 5px;
78 overflow: visible;
79 flex: none;
82 .device-page-list > div:hover {
83 background-color: #f3f3f3;
86 .device-page-actions {
87 justify-content: flex-start;
90 .device-page-actions > .link {
91 margin-right: 8px;
94 .device-page-url {
95 margin: 3px 0;
98 .device-page-url a {
99 display: block;
100 color: #777;
101 text-overflow: ellipsis;
102 white-space: nowrap;
103 overflow: hidden;