OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |