From cb5796db0b144d41979202e54709d40030bd8df7 Mon Sep 17 00:00:00 2001 From: Anika Henke <a.c.henke@arcor.de> Date: Sat, 11 Mar 2006 20:49:30 +0100 Subject: [PATCH] small css fix for usermanager darcs-hash:20060311194930-d5083-ebe898dedb3e906274a202c296bef78bededd1cf.gz --- lib/plugins/usermanager/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/plugins/usermanager/style.css b/lib/plugins/usermanager/style.css index ce4542d86..ff8e5d9d1 100644 --- a/lib/plugins/usermanager/style.css +++ b/lib/plugins/usermanager/style.css @@ -9,7 +9,9 @@ #user__manager div.edit_user { width: 46%; float: left; - margin-top: 2em; +} +#user__manager table { + margin-bottom: 1em; } #user__manager input.button[disabled] { color: #ccc!important; -- GitLab