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

Side by Side Diff: Source/devtools/front_end/sources/navigatorView.css

Issue 1156253008: Devtools: Fix rename appearance in navigator view (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
« 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 } 70 }
71 71
72 .navigator li.selected .selection { 72 .navigator li.selected .selection {
73 height: 18px; 73 height: 18px;
74 } 74 }
75 75
76 .navigator > ol.being-edited li.selected .selection { 76 .navigator > ol.being-edited li.selected .selection {
77 background-color: rgb(56, 121, 217); 77 background-color: rgb(56, 121, 217);
78 } 78 }
79 79
80 .navigator > ol.being-edited li.selected {
81 overflow: visible;
82 }
80 83
81 .navigator .icon { 84 .navigator .icon {
82 width: 16px; 85 width: 16px;
83 height: 16px; 86 height: 16px;
84 float: left; 87 float: left;
85 } 88 }
86 89
87 .navigator .base-navigator-tree-element-title { 90 .navigator .base-navigator-tree-element-title {
88 display: inline-block; 91 display: inline-block;
89 position: relative; 92 position: relative;
90 padding-left: 2px; 93 padding-left: 2px;
91 } 94 }
92 95
93 .navigator .base-navigator-tree-element-title.editing { 96 .navigator .base-navigator-tree-element-title.editing {
94 margin: auto; 97 margin: auto;
95 } 98 }
96 99
97 .navigator-tabbed-pane { 100 .navigator-tabbed-pane {
98 flex: auto; 101 flex: auto;
99 } 102 }
100 103
101 .navigator-tabbed-pane .navigator { 104 .navigator-tabbed-pane .navigator {
102 padding-left: 0; 105 padding-left: 0;
103 transform: translateZ(0); 106 transform: translateZ(0);
104 } 107 }
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