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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2637443004: DevTools: bring back old landing page in timeline/performance. (Closed)
Patch Set: review comments addressed Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js ('k') | 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) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 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 :host { 7 :host {
8 flex: none; 8 flex: none;
9 padding: 0 2px; 9 padding: 0 2px;
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 flex-wrap: wrap; 24 flex-wrap: wrap;
25 } 25 }
26 26
27 .toolbar-shadow.wrappable-reverse { 27 .toolbar-shadow.wrappable-reverse {
28 flex-direction: row-reverse; 28 flex-direction: row-reverse;
29 } 29 }
30 30
31 .toolbar-shadow.vertical { 31 .toolbar-shadow.vertical {
32 flex-direction: column; 32 flex-direction: column;
33 height: auto; 33 height: auto;
34 width: 26px; 34 align-items: flex-start;
35 } 35 }
36 36
37 .toolbar-item { 37 .toolbar-item {
38 position: relative; 38 position: relative;
39 display: flex; 39 display: flex;
40 background-color: transparent; 40 background-color: transparent;
41 flex: none; 41 flex: none;
42 align-items: center; 42 align-items: center;
43 justify-content: center; 43 justify-content: center;
44 padding: 0; 44 padding: 0;
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 margin-top: -1px; 248 margin-top: -1px;
249 width: 28px; 249 width: 28px;
250 left: -2px; 250 left: -2px;
251 } 251 }
252 252
253 span.toolbar-select-container.toolbar-item.warning { 253 span.toolbar-select-container.toolbar-item.warning {
254 background: #ffd7d7; 254 background: #ffd7d7;
255 padding: 0 5px 0 0; 255 padding: 0 5px 0 0;
256 margin-right: 1px; 256 margin-right: 1px;
257 } 257 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698