owls
changeset 12:682b4a24469c
optimized layout of ctrl bar
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 02:28:20 +0200 |
parents | 46617062bef5 |
children | 3e3fa7725abb |
files | Config.inc.php Owls.css.php Owls.php |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/Config.inc.php Sun May 27 02:15:39 2007 +0200 1.2 +++ b/Config.inc.php Sun May 27 02:28:20 2007 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 $db_prefix = 'rem__1_'; 1.5 1.6 // Title of the website (default: 'Owls') 1.7 -$title = 'OwlS'; 1.8 +$title = 'Owls'; 1.9 1.10 // Location of the database connection script to include 1.11 $db_connect = '../../Db.inc.php';
2.1 --- a/Owls.css.php Sun May 27 02:15:39 2007 +0200 2.2 +++ b/Owls.css.php Sun May 27 02:28:20 2007 +0200 2.3 @@ -79,6 +79,7 @@ 2.4 } 2.5 2.6 #content { 2.7 + position: relative; 2.8 margin-left: <?php echo $m_NavWidth; ?>; 2.9 padding: 1em; 2.10 } 2.11 @@ -188,6 +189,8 @@ 2.12 2.13 /* admin controls */ 2.14 .ctrl { 2.15 + position: absolute; 2.16 + right: 0; 2.17 text-align: right; 2.18 font-size: 0.8em; 2.19 color: <?php echo $c_Login; ?>;