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

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

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 2 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
« no previous file with comments | « Source/devtools/front_end/networkPanel.css ('k') | Source/devtools/front_end/timelinePanel.css » ('j') | 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 left: 0; 43 left: 0;
44 right: 0; 44 right: 0;
45 height: 23px; 45 height: 23px;
46 background-color: rgb(236, 236, 236); 46 background-color: rgb(236, 236, 236);
47 } 47 }
48 48
49 .status-bar-items { 49 .status-bar-items {
50 position: absolute; 50 position: absolute;
51 top: 0; 51 top: 0;
52 bottom: 0; 52 bottom: 0;
53 left: 200px; 53 left: 0;
54 overflow: hidden; 54 overflow: hidden;
55 border-left: 1px solid rgb(184, 184, 184); 55 border-left: 1px solid rgb(184, 184, 184);
56 margin-left: -1px; 56 margin-left: -1px;
57 } 57 }
58 58
59 .profile-launcher-view-tree-item > .icon { 59 .profile-launcher-view-tree-item > .icon {
60 width: 4px !important; 60 width: 4px !important;
61 visibility: hidden; 61 visibility: hidden;
62 } 62 }
63 63
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 } 225 }
226 .profile-canvas-decoration { 226 .profile-canvas-decoration {
227 color: red; 227 color: red;
228 margin: -14px 0 13px 22px; 228 margin: -14px 0 13px 22px;
229 padding-left: 14px; 229 padding-left: 14px;
230 } 230 }
231 231
232 .profile-canvas-decoration button { 232 .profile-canvas-decoration button {
233 margin: 0 0 0 10px !important; 233 margin: 0 0 0 10px !important;
234 } 234 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/networkPanel.css ('k') | Source/devtools/front_end/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698