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 wrap: on
line diff
--- 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';
--- 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: <?php echo $m_NavWidth; ?>;
   padding: 1em;
 }
@@ -188,6 +189,8 @@
 
 /*  admin controls  */
 .ctrl {
+  position: absolute;
+  right: 0;
   text-align: right;
   font-size: 0.8em;
   color: <?php echo $c_Login; ?>;
--- 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
 ?>
         <div class="ctrl">
-
 <?php
           // display last update
           if ($_GET['id'] == 1) {