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

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

Issue 2523823003: [DevTools] Do not collapse toolbars (Closed)
Patch Set: Created 4 years 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) 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 }
11 11
12 .toolbar-shadow { 12 .toolbar-shadow {
13 position: relative; 13 position: relative;
14 white-space: nowrap; 14 white-space: nowrap;
15 height: 26px; 15 height: 26px;
16 overflow: hidden;
dgozman 2016/11/23 02:00:05 We actually need this to be truncated in other pla
17 z-index: 12; 16 z-index: 12;
18 display: flex; 17 display: flex;
19 flex: none; 18 flex: none;
20 align-items: center; 19 align-items: center;
21 } 20 }
22 21
23 .toolbar-shadow.wrappable { 22 .toolbar-shadow.wrappable {
24 flex-wrap: wrap; 23 flex-wrap: wrap;
25 } 24 }
26 25
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 margin-top: -1px; 245 margin-top: -1px;
247 width: 28px; 246 width: 28px;
248 left: -2px; 247 left: -2px;
249 } 248 }
250 249
251 span.toolbar-select-container.toolbar-item.warning { 250 span.toolbar-select-container.toolbar-item.warning {
252 background: #ffd7d7; 251 background: #ffd7d7;
253 padding: 0 5px 0 0; 252 padding: 0 5px 0 0;
254 margin-right: 1px; 253 margin-right: 1px;
255 } 254 }
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