diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 7333c470f..9422847c5 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -46,8 +46,9 @@ thead th { } div.indentation { width: 20px; + height: 1.7em; margin: -0.4em 0.2em -0.4em -0.4em; - padding: 0.4em 0 0.4em 0.6em; + padding: 0.42em 0 0.42em 0.6em; float: left; } div.tree-child { @@ -367,7 +368,7 @@ a.tabledrag-handle { cursor: move; float: left; height: 1.7em; - margin: -0.42em 0 -0.42em -0.5em; + margin: -0.4em 0 -0.4em -0.5em; padding: 0.42em 1.5em 0.42em 0.5em; text-decoration: none; } |