diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-20 10:18:43 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-20 10:18:43 +0000 |
commit | 6d4862c25899023089832c6e350e66720b04d81f (patch) | |
tree | aa3fc0699d37a3534846c990a4774abc1d0e0eab /modules/system | |
parent | 72a59b0b825437daf458e659a6303e67ea84dfbf (diff) | |
download | brdo-6d4862c25899023089832c6e350e66720b04d81f.tar.gz brdo-6d4862c25899023089832c6e350e66720b04d81f.tar.bz2 |
#181126 by quicksketch et al: drag and drop support for menus
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; } |