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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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
(Empty)
1 /*
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
4 * found in the LICENSE file.
5 */
6
7 :host {
8 flex: none !important;
9 }
10
11 .filmstrip-dialog {
12 margin: 12px;
13 }
14
15 .filmstrip-dialog > img {
16 border: 1px solid #ddd;
17 max-height: 80vh;
18 max-width: 80vw;
19 }
20
21 .filmstrip-dialog-footer {
22 display: flex;
23 align-items: center;
24 margin-top: 10px;
25 }
26
27 .filmstrip-dialog-label {
28 margin: 8px 8px;
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698