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

Side by Side Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 left: 0; 129 left: 0;
130 width: 3px; 130 width: 3px;
131 border-top: 1px solid rgb(163, 163, 163); 131 border-top: 1px solid rgb(163, 163, 163);
132 border-bottom: 1px solid rgb(163, 163, 163); 132 border-bottom: 1px solid rgb(163, 163, 163);
133 } 133 }
134 134
135 .timeline-tree-item-expand-arrow { 135 .timeline-tree-item-expand-arrow {
136 display: inline-block; 136 display: inline-block;
137 -webkit-user-select: none; 137 -webkit-user-select: none;
138 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 138 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
139 -webkit-mask-size: 320px 144px; 139 -webkit-mask-size: 352px 144px;
140 width: 10px; 140 width: 10px;
141 height: 10px; 141 height: 10px;
142 content: ""; 142 content: "";
143 background-color: rgb(110, 110, 110); 143 background-color: rgb(110, 110, 110);
144 position: relative; 144 position: relative;
145 top: -1px; 145 top: -1px;
146 left: -1px; 146 left: -1px;
147 } 147 }
148 148
149 @media (-webkit-min-device-pixel-ratio: 1.5) { 149 @media (-webkit-min-device-pixel-ratio: 1.5) {
150 .timeline-tree-item-expand-arrow { 150 .timeline-tree-item-expand-arrow {
151 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); 151 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
152 } 152 }
153 } /* media */ 153 } /* media */
154 154
155 .timeline-tree-item-expand-arrow.parent { 155 .timeline-tree-item-expand-arrow.parent {
156 -webkit-mask-position: -4px -96px; 156 -webkit-mask-position: -4px -96px;
157 } 157 }
158 158
159 .timeline-tree-item-expand-arrow.parent.expanded { 159 .timeline-tree-item-expand-arrow.parent.expanded {
160 -webkit-mask-position: -20px -96px; 160 -webkit-mask-position: -20px -96px;
161 } 161 }
162 162
163 .timeline-expandable-arrow { 163 .timeline-expandable-arrow {
164 background-image: url(Images/toolbarButtonGlyphs.png); 164 background-image: url(Images/toolbarButtonGlyphs.png);
165 background-size: 320px 144px; 165 background-size: 352px 144px;
166 opacity: 0.5; 166 opacity: 0.5;
167 width: 10px; 167 width: 10px;
168 height: 10px; 168 height: 10px;
169 position: relative; 169 position: relative;
170 top: 3px; 170 top: 3px;
171 left: 2px; 171 left: 2px;
172 } 172 }
173 173
174 @media (-webkit-min-device-pixel-ratio: 1.5) { 174 @media (-webkit-min-device-pixel-ratio: 1.5) {
175 .timeline-expandable-arrow { 175 .timeline-expandable-arrow {
(...skipping 29 matching lines...) Expand all
205 display: inline-block; 205 display: inline-block;
206 } 206 }
207 207
208 .timeline-tree-item.background .timeline-tree-icon { 208 .timeline-tree-item.background .timeline-tree-icon {
209 background: none !important; 209 background: none !important;
210 } 210 }
211 211
212 .timeline-tree-item-warning { 212 .timeline-tree-item-warning {
213 display: block; 213 display: block;
214 background-image: url(Images/toolbarButtonGlyphs.png); 214 background-image: url(Images/toolbarButtonGlyphs.png);
215 background-size: 320px 144px; 215 background-size: 352px 144px;
216 width: 10px; 216 width: 10px;
217 height: 10px; 217 height: 10px;
218 float: right; 218 float: right;
219 background-position: -202px -107px; 219 background-position: -202px -107px;
220 position: relative; 220 position: relative;
221 top: 2px; 221 top: 2px;
222 } 222 }
223 223
224 .timeline-tree-item-child-warning { 224 .timeline-tree-item-child-warning {
225 opacity: 0.6; 225 opacity: 0.6;
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 .timeline-gap { 862 .timeline-gap {
863 flex: none; 863 flex: none;
864 } 864 }
865 865
866 .timeline-filmstrip-preview { 866 .timeline-filmstrip-preview {
867 margin-top: 10px; 867 margin-top: 10px;
868 max-width: 200px; 868 max-width: 200px;
869 max-height: 200px; 869 max-height: 200px;
870 cursor: pointer; 870 cursor: pointer;
871 } 871 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/sourcesSearch.css ('k') | Source/devtools/front_end/ui/closeButton.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698