owls

diff Owls.css.php @ 12:682b4a24469c

optimized layout of ctrl bar
author meillo@marmaro.de
date Sun, 27 May 2007 02:28:20 +0200
parents 144bc36a6c27
children
line diff
     1.1 --- a/Owls.css.php	Sun May 27 02:15:39 2007 +0200
     1.2 +++ b/Owls.css.php	Sun May 27 02:28:20 2007 +0200
     1.3 @@ -79,6 +79,7 @@
     1.4  }
     1.5  
     1.6  #content {
     1.7 +  position: relative;
     1.8    margin-left: <?php echo $m_NavWidth; ?>;
     1.9    padding: 1em;
    1.10  }
    1.11 @@ -188,6 +189,8 @@
    1.12  
    1.13  /*  admin controls  */
    1.14  .ctrl {
    1.15 +  position: absolute;
    1.16 +  right: 0;
    1.17    text-align: right;
    1.18    font-size: 0.8em;
    1.19    color: <?php echo $c_Login; ?>;