From 501147cab2cb21d15abdb2d0f6d3b66589b98ee5 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 16 Feb 2016 00:05:51 +0900 Subject: [PATCH] Better layout for pseud tree --- skin/classic/treestyletab/pseudo-tree.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/skin/classic/treestyletab/pseudo-tree.css b/skin/classic/treestyletab/pseudo-tree.css index b71975f3..73ae9a88 100644 --- a/skin/classic/treestyletab/pseudo-tree.css +++ b/skin/classic/treestyletab/pseudo-tree.css @@ -5,11 +5,14 @@ height: 16px; max-width: 16px; max-height: 16px; + position: relative; + top: 0.25em; width: 16px; } *|*.treestyletab-pseudo-tree-item { display: block; + line-height: 1.5; margin-bottom: 0.15em; white-space: pre; } @@ -19,10 +22,9 @@ } *|*.treestyletab-pseudo-tree-row label.text-link { - box-crop: end; - -moz-box-crop: end; + display: inline-block; margin: 0; - padding: 0 0 0 0.2em; + padding: 0 0 0 0.25em; vertical-align: text-top; white-space: pre-wrap; }