Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / source_frame / imageView.css
blobab7f386782952f1ae78e2699a8308d92b1b8bd19
1 /*
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
4 * found in the LICENSE file.
5 */
7 .image-view {
8 overflow: auto;
11 .image-view > * {
12 flex: none;
15 .image-view > .image {
16 padding: 20px 20px 10px 20px;
17 text-align: center;
20 .image-view > .info {
21 padding-bottom: 10px;
22 font-size: 11px;
23 -webkit-user-select: text;
26 .image-view img.resource-image-view {
27 max-width: 100%;
28 max-height: 1000px;
29 background-image: url(Images/checker.png);
30 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
31 -webkit-user-select: text;
32 -webkit-user-drag: auto;
35 .image-view .title {
36 text-align: center;
37 font-size: 13px;
40 .image-view .infoList {
41 margin: 0;
44 .image-view .infoList dt {
45 font-weight: bold;
46 display: inline-block;
47 width: 50%;
48 text-align: right;
49 color: rgb(76, 76, 76);
52 .image-view .infoList dd {
53 display: inline-block;
54 padding-left: 8px;
55 width: 50%;
56 text-align: left;
57 margin: 0;
60 .image-view .infoList dd::after {
61 white-space: pre;
62 content: "\A";