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

Side by Side Diff: chrome_linux64/resources/inspector/resourcesPanel.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 } 69 }
70 70
71 .resources.panel .base-storage-tree-element-title { 71 .resources.panel .base-storage-tree-element-title {
72 overflow: hidden; 72 overflow: hidden;
73 position: relative; 73 position: relative;
74 text-overflow: ellipsis; 74 text-overflow: ellipsis;
75 padding-left: 2px; 75 padding-left: 2px;
76 top: 1px; 76 top: 1px;
77 } 77 }
78 78
79 .resources-main {
80 position: absolute;
81 top: 0;
82 bottom: 23px;
83 left: 0;
84 right: 0;
85 }
86
87 .resources-status-bar {
88 position: absolute;
89 bottom: 0;
90 left: 0;
91 right: 0;
92 height: 23px;
93 background-color: rgb(236, 236, 236);
94 }
95
79 li.selected .base-storage-tree-element-subtitle { 96 li.selected .base-storage-tree-element-subtitle {
80 color: white; 97 color: white;
81 } 98 }
82 99
83 .base-storage-tree-element-subtitle { 100 .base-storage-tree-element-subtitle {
84 padding-left: 2px; 101 padding-left: 2px;
85 color: rgb(80, 80, 80); 102 color: rgb(80, 80, 80);
86 text-shadow: none; 103 text-shadow: none;
87 } 104 }
88 105
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 content: url(Images/cookie.png); 349 content: url(Images/cookie.png);
333 } 350 }
334 351
335 .application-cache-storage-tree-item .icon { 352 .application-cache-storage-tree-item .icon {
336 content: url(Images/applicationCache.png); 353 content: url(Images/applicationCache.png);
337 } 354 }
338 355
339 .file-system-storage-tree-item .icon { 356 .file-system-storage-tree-item .icon {
340 content: url(Images/fileSystem.png); 357 content: url(Images/fileSystem.png);
341 } 358 }
OLDNEW
« no previous file with comments | « chrome_linux64/resources/inspector/profilesPanel.css ('k') | chrome_linux64/resources/inspector/screencastView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698