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

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

Issue 2810873009: DevTools: Add padding to toolbar buttons with dropdown arrows (Closed)
Patch Set: Created 3 years, 8 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) 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 flex: none; 72 flex: none;
73 color: #5a5a5a; 73 color: #5a5a5a;
74 } 74 }
75 75
76 .toolbar-text:empty { 76 .toolbar-text:empty {
77 margin: 0; 77 margin: 0;
78 } 78 }
79 79
80 .toolbar-has-dropdown { 80 .toolbar-has-dropdown {
81 justify-content: space-between; 81 justify-content: space-between;
82 padding: 0 3px 0 5px;
83 margin: 0 -3px 0 -5px;
82 } 84 }
83 85
84 .toolbar-has-dropdown .toolbar-text { 86 .toolbar-has-dropdown .toolbar-text {
85 margin: 0 4px 0 0; 87 margin: 0 4px 0 0;
86 text-overflow: ellipsis; 88 text-overflow: ellipsis;
87 flex: auto; 89 flex: auto;
88 overflow: hidden; 90 overflow: hidden;
89 text-align: right; 91 text-align: right;
90 color: #333 !important; 92 color: #333 !important;
91 } 93 }
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 margin-top: -1px; 302 margin-top: -1px;
301 width: 28px; 303 width: 28px;
302 left: -2px; 304 left: -2px;
303 } 305 }
304 306
305 span.toolbar-select-container.toolbar-item.warning { 307 span.toolbar-select-container.toolbar-item.warning {
306 background: #ffd7d7; 308 background: #ffd7d7;
307 padding: 0 5px 0 0; 309 padding: 0 5px 0 0;
308 margin-right: 1px; 310 margin-right: 1px;
309 } 311 }
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