diff mod_admin_web/admin_web/www_files/js/main.js @ 334:54d4445cc5c6

mod_admin_web: Add some margin so that elements don't overlap.
author Florian Zeitz <florob@babelmonkeys.de>
date Fri, 04 Feb 2011 17:08:51 +0100
parents ba2e78661ea8
children 8cb21ef24e5d
line wrap: on
line diff
--- a/mod_admin_web/admin_web/www_files/js/main.js	Thu Feb 03 23:57:54 2011 +0100
+++ b/mod_admin_web/admin_web/www_files/js/main.js	Fri Feb 04 17:08:51 2011 +0100
@@ -142,7 +142,7 @@
     pass.show();
     jid.show();
     $('#menu').hide();
-    $('#main').hide();
+    $('#right').hide();
     $('#cred label').show();
     $('#cred br').show();
     $('#s2sin').empty();
@@ -160,7 +160,7 @@
     pass.hide();
     jid.hide();
     $('#menu').show();
-    $('#main').show();
+    $('#right').show();
     $('#adhoc').show();
     $('#s2sList').hide();
     $('#c2sList').hide();