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

Side by Side Diff: Source/WebCore/inspector/front-end/timelinePanel.css

Issue 9242031: Merge 105071 - Web Inspector: timeline record bars may overlap with the records column (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « Source/WebCore/ChangeLog ('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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 position: absolute; 144 position: absolute;
145 top: 90px; 145 top: 90px;
146 left: 0; 146 left: 0;
147 bottom: 0; 147 bottom: 0;
148 right: 0; 148 right: 0;
149 border-right: 0 none transparent; 149 border-right: 0 none transparent;
150 overflow-y: auto; 150 overflow-y: auto;
151 overflow-x: hidden; 151 overflow-x: hidden;
152 } 152 }
153 153
154 #timeline-container .split-view-sidebar-left {
155 z-index: 1;
156 }
157
154 .timeline-category-statusbar-item { 158 .timeline-category-statusbar-item {
155 height: 24px; 159 height: 24px;
156 line-height: 24px; 160 line-height: 24px;
157 padding-left: 6px; 161 padding-left: 6px;
158 white-space: nowrap; 162 white-space: nowrap;
159 text-overflow: ellipsis; 163 text-overflow: ellipsis;
160 overflow: hidden; 164 overflow: hidden;
161 font-weight: bold; 165 font-weight: bold;
162 } 166 }
163 167
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 } 495 }
492 496
493 .memory-graph-label { 497 .memory-graph-label {
494 position: absolute; 498 position: absolute;
495 top: 5px; 499 top: 5px;
496 left: 5px; 500 left: 5px;
497 font-size: 9px; 501 font-size: 9px;
498 color: rgb(50%, 50%, 50%); 502 color: rgb(50%, 50%, 50%);
499 white-space: nowrap; 503 white-space: nowrap;
500 } 504 }
OLDNEW
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698