| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2014 The Chromium Authors. All rights reserved. | 2 * Copyright 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 .responsive-design { | 7 .responsive-design { |
| 8 position: relative; | 8 position: relative; |
| 9 background-color: rgb(0, 0, 0); | 9 background-color: rgb(0, 0, 0); |
| 10 overflow: hidden; | 10 overflow: hidden; |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 | 310 |
| 311 .responsive-design-icon-swap:active { | 311 .responsive-design-icon-swap:active { |
| 312 opacity: 0.8; | 312 opacity: 0.8; |
| 313 } | 313 } |
| 314 | 314 |
| 315 /* Buttons section */ | 315 /* Buttons section */ |
| 316 | 316 |
| 317 .responsive-design-section-buttons { | 317 .responsive-design-section-buttons { |
| 318 padding: 4px 0 0 0; | 318 padding: 4px 0 0 0; |
| 319 background: rgb(17, 17, 17); | 319 background: rgb(17, 17, 17); |
| 320 border-right: 2px solid rgb(0, 0, 0); | |
| 321 } | 320 } |
| 322 | 321 |
| 323 .responsive-design-more-button-container { | 322 .responsive-design-more-button-container { |
| 324 flex: auto; | 323 flex: auto; |
| 325 display: flex; | 324 display: flex; |
| 326 justify-content: flex-end; | 325 justify-content: flex-end; |
| 327 align-items: flex-end; | 326 align-items: flex-end; |
| 328 overflow: hidden; | 327 overflow: hidden; |
| 329 } | 328 } |
| 330 | 329 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 pointer-events: none; | 486 pointer-events: none; |
| 488 } | 487 } |
| 489 | 488 |
| 490 .media-inspector-label-right { | 489 .media-inspector-label-right { |
| 491 right: 4px; | 490 right: 4px; |
| 492 } | 491 } |
| 493 | 492 |
| 494 .media-inspector-label-left { | 493 .media-inspector-label-left { |
| 495 left: 4px; | 494 left: 4px; |
| 496 } | 495 } |
| OLD | NEW |