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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/filmStripDialog.css

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 !important; 8 flex: none !important;
9 } 9 }
10 10
11 .filmstrip-dialog { 11 .filmstrip-dialog {
12 margin: 12px; 12 margin: 12px;
13 } 13 }
14 14
15 .filmstrip-dialog > img { 15 .filmstrip-dialog > img {
16 border: 1px solid #ddd; 16 border: 1px solid #ddd;
17 max-height: 80vh; 17 max-height: 80vh;
18 max-width: 80vw; 18 max-width: 80vw;
19 } 19 }
20 20
21 .filmstrip-dialog-footer { 21 .filmstrip-dialog-footer {
22 display: flex; 22 display: flex;
23 align-items: center; 23 align-items: center;
24 margin-top: 10px; 24 margin-top: 10px;
25 } 25 }
26 26
27 .filmstrip-dialog-label { 27 .filmstrip-dialog-label {
28 margin: 8px 8px; 28 margin: 8px 8px;
29 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698