owls

diff Owls.css.php @ 10:144bc36a6c27

moved login form from nav to top of content added last modified date
author meillo@marmaro.de
date Sun, 27 May 2007 02:13:46 +0200
parents f79096d1d0ed
children 682b4a24469c
line diff
     1.1 --- a/Owls.css.php	Thu Dec 14 21:51:44 2006 +0100
     1.2 +++ b/Owls.css.php	Sun May 27 02:13:46 2007 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4    $c_NavHover         = $c_LinkHover;
     1.5    $c_NavSelected      = '#eee';
     1.6  
     1.7 -  $c_Login            = $c_Nav;
     1.8 +  $c_Login            = $c_LinkVisited;
     1.9    $c_Admin            = '#ffff80';
    1.10  
    1.11  
    1.12 @@ -173,18 +173,12 @@
    1.13  
    1.14  
    1.15  /*  login  */
    1.16 -li#login {
    1.17 -  margin-top: 3em;
    1.18 -}
    1.19 -#login input {
    1.20 -  color: <?php echo $c_Login; ?>;
    1.21 +#loginform input {
    1.22    background-color: transparent;
    1.23    border: none;
    1.24 -  border-left: <?php echo $c_Login; ?> 1px solid;    /* TODO: think about other color */
    1.25 -  display: block;
    1.26 +  border-bottom: <?php echo $c_Login; ?> 1px solid;    /* TODO: think about other color */
    1.27    font-size: 0.8em;
    1.28 -  margin-bottom: 2px;
    1.29 -  padding-left: 4px;
    1.30 +  width: 8em;
    1.31  }
    1.32  
    1.33  
    1.34 @@ -196,6 +190,7 @@
    1.35  .ctrl {
    1.36    text-align: right;
    1.37    font-size: 0.8em;
    1.38 +  color: <?php echo $c_Login; ?>;
    1.39  }
    1.40  .ctrl a,
    1.41  .ctrl a:visited,