Chromium Code Reviews| 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); | 320 /* border-right: 2px solid rgb(0, 0, 0); */ |
|
dgozman
2015/06/11 16:14:11
commented css
pfeldman
2015/06/11 16:38:06
Done.
| |
| 321 } | 321 } |
| 322 | 322 |
| 323 .responsive-design-more-button-container { | 323 .responsive-design-more-button-container { |
| 324 flex: auto; | 324 flex: auto; |
| 325 display: flex; | 325 display: flex; |
| 326 justify-content: flex-end; | 326 justify-content: flex-end; |
| 327 align-items: flex-end; | 327 align-items: flex-end; |
| 328 overflow: hidden; | 328 overflow: hidden; |
| 329 } | 329 } |
| 330 | 330 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 487 pointer-events: none; | 487 pointer-events: none; |
| 488 } | 488 } |
| 489 | 489 |
| 490 .media-inspector-label-right { | 490 .media-inspector-label-right { |
| 491 right: 4px; | 491 right: 4px; |
| 492 } | 492 } |
| 493 | 493 |
| 494 .media-inspector-label-left { | 494 .media-inspector-label-left { |
| 495 left: 4px; | 495 left: 4px; |
| 496 } | 496 } |
| OLD | NEW |