Mercurial > 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 wrap: on
line diff
--- a/Owls.css.php Thu Dec 14 21:51:44 2006 +0100 +++ b/Owls.css.php Sun May 27 02:13:46 2007 +0200 @@ -23,7 +23,7 @@ $c_NavHover = $c_LinkHover; $c_NavSelected = '#eee'; - $c_Login = $c_Nav; + $c_Login = $c_LinkVisited; $c_Admin = '#ffff80'; @@ -173,18 +173,12 @@ /* login */ -li#login { - margin-top: 3em; -} -#login input { - color: <?php echo $c_Login; ?>; +#loginform input { background-color: transparent; border: none; - border-left: <?php echo $c_Login; ?> 1px solid; /* TODO: think about other color */ - display: block; + border-bottom: <?php echo $c_Login; ?> 1px solid; /* TODO: think about other color */ font-size: 0.8em; - margin-bottom: 2px; - padding-left: 4px; + width: 8em; } @@ -196,6 +190,7 @@ .ctrl { text-align: right; font-size: 0.8em; + color: <?php echo $c_Login; ?>; } .ctrl a, .ctrl a:visited,