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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css

Issue 1461783003: [DevTools] Get rid of floats in treeoutline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
index 85119fa0f3dda45bb1589fb8f69ea79650d9e5bc..9dbb3c9145fb3d7da65c18019140063bb7b1cb4c 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
@@ -56,13 +56,14 @@
min-width: 100%;
min-height: 100%;
display: inline-block;
- position: relative
+ position: relative;
}
.navigator li {
height: 18px;
line-height: 17px;
white-space: nowrap;
+ padding-right: 3px;
}
.navigator :focus li.selected {
@@ -80,7 +81,9 @@
.navigator .icon {
width: 16px;
height: 16px;
- float: left;
+ margin-top: -2px;
+ position: relative;
+ top: 3px;
}
.navigator .base-navigator-tree-element-title {

Powered by Google App Engine
This is Rietveld 408576698