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

Side by Side Diff: Source/devtools/front_end/resourceView.css

Issue 14084010: DevTools: implement hidpi-friendly success/error/warning balls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 .resource-view.image img.resource-image-view { 67 .resource-view.image img.resource-image-view {
68 max-width: 100%; 68 max-width: 100%;
69 max-height: 1000px; 69 max-height: 1000px;
70 background-image: url(Images/checker.png); 70 background-image: url(Images/checker.png);
71 -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); 71 -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
72 -webkit-user-select: text; 72 -webkit-user-select: text;
73 -webkit-user-drag: auto; 73 -webkit-user-drag: auto;
74 } 74 }
75 75
76 .resource-status-image { 76 .resource-status-image {
77 margin-top: -3px; 77 margin-top: -2px;
78 margin-right: 3px;
78 vertical-align: middle; 79 vertical-align: middle;
79 } 80 }
80 81
81 .resource-view.image .title { 82 .resource-view.image .title {
82 text-align: center; 83 text-align: center;
83 font-size: 13px; 84 font-size: 13px;
84 } 85 }
85 86
86 .resource-view.image .infoList { 87 .resource-view.image .infoList {
87 margin: 0; 88 margin: 0;
(...skipping 12 matching lines...) Expand all
100 padding-left: 8px; 101 padding-left: 8px;
101 width: 50%; 102 width: 50%;
102 text-align: left; 103 text-align: left;
103 margin: 0; 104 margin: 0;
104 } 105 }
105 106
106 .resource-view.image .infoList dd::after { 107 .resource-view.image .infoList dd::after {
107 white-space: pre; 108 white-space: pre;
108 content: "\A"; 109 content: "\A";
109 } 110 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698