Forgot to remove the infos class from the loggedinas.html. Now the actiondiv fits...
authorthe_mgt <themgt@ueberserver.de>
Mon, 4 Jul 2011 08:50:22 +0000 (10:50 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:30:07 +0000 (21:30 +0000)
webcit/static/t/loggedinas.html

index 9799d0e506aec3b4c41792012cc34e68d2dfc5aa..f3eb51d09d336a0e7eb0b2df6828df27f178d2cf 100644 (file)
@@ -1,8 +1,8 @@
-<div class="infos" id="loggedinas">
-<??("COND:LOGGEDIN",1)>
-<?_("Logged in as")> <?CURRENT_USER>.
-<??("X",1)>
-<?!("COND:LOGGEDIN",1)>
-<?_("Not logged in.")>
-<??("X",1)>
+<div id="loggedinas">
+       <??("COND:LOGGEDIN",1)>
+               <?_("Logged in as")> <?CURRENT_USER>.
+       <??("X",1)>
+       <?!("COND:LOGGEDIN",1)>
+               <?_("Not logged in.")>
+       <??("X",1)>
 </div>