Fine tweaks to tree layout.

This commit is contained in:
Lars Jung
2012-09-17 22:17:05 +02:00
parent 5ae35ee763
commit 0e05e6d0a1

View File

@@ -28,19 +28,18 @@
} }
.indicator { .indicator {
position: relative;
top: 2px;
display: inline-block; display: inline-block;
width: 16px; width: 16px;
height: 25px; height: 22px;
float: left; float: left;
opacity: 0.7; opacity: 0.7;
cursor: pointer; cursor: pointer;
img { img {
position: relative;
top: 3px;
width: 12px; width: 12px;
height: 12px; height: 12px;
vertical-align: bottom;
.transition(all 0.2s ease-in-out); .transition(all 0.2s ease-in-out);
} }
&.open { &.open {
@@ -58,7 +57,9 @@
} }
a, a:active, a.visited { a, a:active, a.visited {
display: block; display: block;
margin-left: 16px; height: 1.231em;
line-height: 1.231em;
margin-left: 14px;
padding: 4px 6px; padding: 4px 6px;
color: #555; color: #555;
border: 1px solid rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0);
@@ -72,21 +73,18 @@
opacity: 1; opacity: 1;
} }
} }
.label {
display: inline-block;
}
.icon { .icon {
display: inline-block; position: relative;
width: 20px; top: -2px;
margin-right: 6px;
img { img {
width: 16px; width: 16px;
height: 16px; height: 16px;
vertical-align: bottom;
} }
} }
.hint { .hint {
display: inline-block; margin-left: 6px;
margin-left: 12px;
font-size: 0.9em; font-size: 0.9em;
color: #ccc; color: #ccc;
} }