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

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

Issue 9114043: Merge 104577 - Unreviewed, inspector style fix. (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 | « no previous file | 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 13 matching lines...) Expand all
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */ 28 */
29 29
30 #elements-content.nowrap { 30 #elements-content.nowrap {
31 white-space: nowrap; 31 white-space: nowrap;
32 } 32 }
33 33
34 #elements-content {
35 padding-left: 0;
36 }
37
34 #elements-content > ol { 38 #elements-content > ol {
35 display: inline-block; 39 display: inline-block;
36 } 40 }
37 41
38 #elements-content .editing { 42 #elements-content .editing {
39 margin-left: 8px; 43 margin-left: 8px;
40 } 44 }
41 45
42 .elements-tree-editor { 46 .elements-tree-editor {
43 -webkit-user-select: text; 47 -webkit-user-select: text;
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 left: 7px; 477 left: 7px;
474 width: 8px; 478 width: 8px;
475 height: 8px; 479 height: 8px;
476 opacity: 0.75; 480 opacity: 0.75;
477 content: url(Images/treeRightTriangleBlack.png); 481 content: url(Images/treeRightTriangleBlack.png);
478 } 482 }
479 483
480 .event-bars .event-bar.expanded .header::before { 484 .event-bars .event-bar.expanded .header::before {
481 content: url(Images/treeDownTriangleBlack.png); 485 content: url(Images/treeDownTriangleBlack.png);
482 } 486 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698