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

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

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, addressed review comments, added a test 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 html { 1 html {
2 height: 100%; 2 height: 100%;
3 } 3 }
4 4
5 body { 5 body {
6 cursor: default; 6 cursor: default;
7 position: absolute; 7 position: absolute;
8 top: 0; 8 top: 0;
9 bottom: 0; 9 bottom: 0;
10 left: 0; 10 left: 0;
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 position: absolute; 173 position: absolute;
174 } 174 }
175 175
176 .overview-grid-window-rulers { 176 .overview-grid-window-rulers {
177 top: 0; 177 top: 0;
178 bottom: 0; 178 bottom: 0;
179 position: absolute; 179 position: absolute;
180 opacity: 0.2; 180 opacity: 0.2;
181 border-right: 1px solid black; 181 border-right: 1px solid black;
182 border-left: 1px solid black; 182 border-left: 1px solid black;
183 z-index: 150; 183 z-index: 250;
184 pointer-events: none; 184 pointer-events: none;
185 } 185 }
186 186
187 .overview-grid-window-resizer { 187 .overview-grid-window-resizer {
188 position: absolute; 188 position: absolute;
189 top: 0; 189 top: 0;
190 height: 20px; 190 height: 20px;
191 width: 5px; 191 width: 5px;
192 margin-left: -2px; 192 margin-left: -2px;
193 margin-right: -3px; 193 margin-right: -3px;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 white-space: nowrap; 248 white-space: nowrap;
249 text-overflow: ellipsis; 249 text-overflow: ellipsis;
250 overflow: hidden; 250 overflow: hidden;
251 line-height: 16px; 251 line-height: 16px;
252 } 252 }
253 253
254 .sidebar-label { 254 .sidebar-label {
255 font-size: 11px; 255 font-size: 11px;
256 } 256 }
257 257
OLDNEW
« no previous file with comments | « Source/devtools/front_end/TimelinePresentationModel.js ('k') | Source/devtools/front_end/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698