From 0dfb27634809743fbb5cf0d3742d201f65f671af Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Jun 2010 13:49:43 +0000 Subject: [PATCH] Look: enhancement in look --- htdocs/bookmarks/bookmarks.lib.php | 2 +- htdocs/includes/menus/barre_left/auguria.lib.php | 4 ++-- htdocs/includes/menus/barre_left/eldy.lib.php | 2 +- htdocs/includes/menus/barre_left/empty.php | 2 +- htdocs/theme/auguria/style.css.php | 7 ++++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/htdocs/bookmarks/bookmarks.lib.php b/htdocs/bookmarks/bookmarks.lib.php index 2620d429efa..e14d843cd67 100644 --- a/htdocs/bookmarks/bookmarks.lib.php +++ b/htdocs/bookmarks/bookmarks.lib.php @@ -84,7 +84,7 @@ function printBookmarksList ($aDb, $aLangs) } } - $ret .= ''; + $ret .= ''; return $ret; } diff --git a/htdocs/includes/menus/barre_left/auguria.lib.php b/htdocs/includes/menus/barre_left/auguria.lib.php index a13163ac341..9e288244c10 100644 --- a/htdocs/includes/menus/barre_left/auguria.lib.php +++ b/htdocs/includes/menus/barre_left/auguria.lib.php @@ -154,7 +154,7 @@ function print_left_auguria_menu($db,$menu_array) // Menu niveau 0 if ($menu_array[$i]['level']==0) { - if ($contenu == 1) print ''."\n"; + if ($contenu == 1) print ''."\n"; if ($menu_array[$i]['enabled']) { @@ -184,7 +184,7 @@ function print_left_auguria_menu($db,$menu_array) // If next is a new block or end if (empty($menu_array[$i+1]['level'])) { - print ''."\n"; + print ''."\n"; print "\n"; } } diff --git a/htdocs/includes/menus/barre_left/eldy.lib.php b/htdocs/includes/menus/barre_left/eldy.lib.php index dc0ed5069d0..a2aa7e3ada6 100644 --- a/htdocs/includes/menus/barre_left/eldy.lib.php +++ b/htdocs/includes/menus/barre_left/eldy.lib.php @@ -936,7 +936,7 @@ function print_left_eldy_menu($db,$menu_array) // If next is a new block or end if (empty($menu_array[$i+1]['level'])) { - print ''."\n"; + print ''."\n"; print "\n"; } } diff --git a/htdocs/includes/menus/barre_left/empty.php b/htdocs/includes/menus/barre_left/empty.php index 87570ff7733..9310012e5ae 100644 --- a/htdocs/includes/menus/barre_left/empty.php +++ b/htdocs/includes/menus/barre_left/empty.php @@ -119,7 +119,7 @@ class MenuLeft { // If next is a new block or end if (empty($menu_array[$i+1]['level'])) { - print ''."\n"; + print ''."\n"; print "\n"; } } diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 047268c1850..639e295996c 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -544,12 +544,13 @@ div.menu_contenu { text-align: left; } -div.menu_fin { +div.menu_end { background: url(); +/* border-top: 1px solid #436981; */ margin: 0px; padding: 0px; - height:6px; - width:165px; + height: 6px; + width: 165px; background-repeat:no-repeat; }