# HG changeset patch # User meillo@marmaro.de # Date 1180225700 -7200 # Node ID 682b4a24469c0ea8a41e709ba131c36ea106f0fc # Parent 46617062bef5ad504dfbce72c185dcd291118d31 optimized layout of ctrl bar diff -r 46617062bef5 -r 682b4a24469c Config.inc.php --- a/Config.inc.php Sun May 27 02:15:39 2007 +0200 +++ b/Config.inc.php Sun May 27 02:28:20 2007 +0200 @@ -4,7 +4,7 @@ $db_prefix = 'rem__1_'; // Title of the website (default: 'Owls') -$title = 'OwlS'; +$title = 'Owls'; // Location of the database connection script to include $db_connect = '../../Db.inc.php'; diff -r 46617062bef5 -r 682b4a24469c Owls.css.php --- 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: ; padding: 1em; } @@ -188,6 +189,8 @@ /* admin controls */ .ctrl { + position: absolute; + right: 0; text-align: right; font-size: 0.8em; color: ; diff -r 46617062bef5 -r 682b4a24469c Owls.php --- a/Owls.php Sun May 27 02:15:39 2007 +0200 +++ b/Owls.php Sun May 27 02:28:20 2007 +0200 @@ -181,7 +181,6 @@ // display admin controls or login form ?>
-