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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 margin-right: 2px; | 231 margin-right: 2px; |
232 } | 232 } |
233 | 233 |
234 .toolbar-divider { | 234 .toolbar-divider { |
235 background-color: #ccc; | 235 background-color: #ccc; |
236 width: 1px; | 236 width: 1px; |
237 margin: 2px 4px; | 237 margin: 2px 4px; |
238 height: 17px; | 238 height: 17px; |
239 } | 239 } |
240 | 240 |
| 241 .toolbar-space { |
| 242 flex: auto; |
| 243 } |
| 244 |
241 .toolbar-group-label { | 245 .toolbar-group-label { |
242 margin-left: 5px; | 246 margin-left: 5px; |
243 margin-right: 3px; | 247 margin-right: 3px; |
244 color: #888; | 248 color: #888; |
245 } | 249 } |
246 | 250 |
247 /* Predefined items */ | 251 /* Predefined items */ |
248 | 252 |
249 .dock-toolbar-item.toggled-undocked .glyph, | 253 .dock-toolbar-item.toggled-undocked .glyph, |
250 .dock-toolbar-item-undock .glyph { | 254 .dock-toolbar-item-undock .glyph { |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 } | 524 } |
521 | 525 |
522 button.playback-rate-button { | 526 button.playback-rate-button { |
523 width: auto; | 527 width: auto; |
524 margin-right: 10px; | 528 margin-right: 10px; |
525 } | 529 } |
526 | 530 |
527 .layout-editor-toolbar-item .glyph { | 531 .layout-editor-toolbar-item .glyph { |
528 -webkit-mask-position: 0 -144px; | 532 -webkit-mask-position: 0 -144px; |
529 } | 533 } |
OLD | NEW |