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

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

Issue 428563002: DevTools: separate style for error message bubble. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 } 106 }
107 107
108 .resources.panel .status { 108 .resources.panel .status {
109 float: right; 109 float: right;
110 height: 16px; 110 height: 16px;
111 margin-top: 1px; 111 margin-top: 1px;
112 margin-left: 4px; 112 margin-left: 4px;
113 line-height: 1em; 113 line-height: 1em;
114 } 114 }
115 115
116 .resources.panel li .status .bubble { 116 .resources.panel li .status .console-message-repeat-count {
117 height: 13px; 117 height: 13px;
118 padding-top: 0; 118 padding-top: 0;
119 } 119 }
120 120
121 .storage-view { 121 .storage-view {
122 display: none; 122 display: none;
123 overflow: hidden; 123 overflow: hidden;
124 position: absolute; 124 position: absolute;
125 top: 0; 125 top: 0;
126 left: 0; 126 left: 0;
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 content: url(Images/cookie.png); 351 content: url(Images/cookie.png);
352 } 352 }
353 353
354 .application-cache-storage-tree-item .icon { 354 .application-cache-storage-tree-item .icon {
355 content: url(Images/applicationCache.png); 355 content: url(Images/applicationCache.png);
356 } 356 }
357 357
358 .file-system-storage-tree-item .icon { 358 .file-system-storage-tree-item .icon {
359 content: url(Images/fileSystem.png); 359 content: url(Images/fileSystem.png);
360 } 360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698