Better layout for pseud tree

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-16 00:05:51 +09:00
parent 1126c9f211
commit 501147cab2

View File

@ -5,11 +5,14 @@
height: 16px; height: 16px;
max-width: 16px; max-width: 16px;
max-height: 16px; max-height: 16px;
position: relative;
top: 0.25em;
width: 16px; width: 16px;
} }
*|*.treestyletab-pseudo-tree-item { *|*.treestyletab-pseudo-tree-item {
display: block; display: block;
line-height: 1.5;
margin-bottom: 0.15em; margin-bottom: 0.15em;
white-space: pre; white-space: pre;
} }
@ -19,10 +22,9 @@
} }
*|*.treestyletab-pseudo-tree-row label.text-link { *|*.treestyletab-pseudo-tree-row label.text-link {
box-crop: end; display: inline-block;
-moz-box-crop: end;
margin: 0; margin: 0;
padding: 0 0 0 0.2em; padding: 0 0 0 0.25em;
vertical-align: text-top; vertical-align: text-top;
white-space: pre-wrap; white-space: pre-wrap;
} }