Forgot to remove the infos class from the loggedinas.html. Now the actiondiv fits...
[citadel.git] / 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>