Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css

Issue 2182593002: DevTools: update css for Remote Devices drawer panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 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 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .devices-view {
8 padding-top: 15px;
9 }
10
11 .devices-container { 7 .devices-container {
12 overflow: hidden; 8 overflow: hidden;
13 flex: auto; 9 flex: auto;
14 } 10 }
15 11
16 .devices-sidebar { 12 .devices-sidebar {
17 flex: 0 0 150px; 13 flex: 0 0 150px;
18 display: flex; 14 display: flex;
19 flex-direction: column; 15 flex-direction: column;
20 align-items: stretch; 16 align-items: stretch;
17 padding-top: 15px;
21 } 18 }
22 19
23 .devices-sidebar-list { 20 .devices-sidebar-list {
24 flex: none; 21 flex: none;
25 display: flex; 22 display: flex;
26 flex-direction: column; 23 flex-direction: column;
27 align-items: stretch; 24 align-items: stretch;
28 } 25 }
29 26
30 .devices-sidebar-item { 27 .devices-sidebar-item {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 flex: none; 77 flex: none;
81 padding: 3px 10px; 78 padding: 3px 10px;
82 } 79 }
83 80
84 .devices-footer > span { 81 .devices-footer > span {
85 white-space: pre; 82 white-space: pre;
86 } 83 }
87 84
88 .discovery-view { 85 .discovery-view {
89 overflow: auto; 86 overflow: auto;
87 padding: 15px 15px 0px 0px;
90 } 88 }
91 89
92 .discovery-view > * { 90 .discovery-view > * {
93 flex: none; 91 flex: none;
94 } 92 }
95 93
96 .usb-checkbox { 94 .usb-checkbox {
97 padding-bottom: 8px; 95 padding-bottom: 8px;
98 margin-top: 20px; 96 margin-top: 20px;
99 } 97 }
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 } 328 }
331 329
332 .device-view-port-icon.device-view-port-icon-error { 330 .device-view-port-icon.device-view-port-icon-error {
333 background-color: red; 331 background-color: red;
334 } 332 }
335 333
336 .device-view-port-icon.device-view-port-icon-transient { 334 .device-view-port-icon.device-view-port-icon-transient {
337 transform: scale(1.2); 335 transform: scale(1.2);
338 background-color: orange; 336 background-color: orange;
339 } 337 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698