diff Owls.css.php @ 12:682b4a24469c

optimized layout of ctrl bar
author meillo@marmaro.de
date Sun, 27 May 2007 02:28:20 +0200 (2007-05-27)
parents 144bc36a6c27
children
line wrap: on
line diff
--- a/Owls.css.php	Sun May 27 02:15:39 2007 +0200
+++ b/Owls.css.php	Sun May 27 02:28:20 2007 +0200
@@ -79,6 +79,7 @@
 }
 
 #content {
+  position: relative;
   margin-left: <?php echo $m_NavWidth; ?>;
   padding: 1em;
 }
@@ -188,6 +189,8 @@
 
 /*  admin controls  */
 .ctrl {
+  position: absolute;
+  right: 0;
   text-align: right;
   font-size: 0.8em;
   color: <?php echo $c_Login; ?>;