From 30df9abeac7c80a27f4727e29a1cad6b928edf4e Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 27 Sep 2011 13:45:25 +0200 Subject: [PATCH] fix loozah themes navbar --- view/theme/easterbunny/theme.php | 2 +- view/theme/loozah/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/theme.php index 47b43cf131..338f40cbfb 100644 --- a/view/theme/easterbunny/theme.php +++ b/view/theme/easterbunny/theme.php @@ -1,4 +1,4 @@ theme_info = array( - 'extends' => 'loozah', + 'extends' => 'duepuntozero', ); diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index e2ce0cc066..9289c9354b 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -322,6 +322,7 @@ nav { float: right; margin-left: 0px; margin-right: 3px; + margin-top: 20px; padding: 6px; /*border: 2px solid #000000;*/ background: #D5D5D5; @@ -343,6 +344,7 @@ nav { .nav-ajax-left { margin-left: 1px; margin-right: 2px; + margin-top: 15px; float: left; font-size: 0.6em; font-weight: bold; @@ -376,6 +378,7 @@ nav { float: left; margin-left: 3px; margin-right: 0px; + margin-top: 20px; padding: 6px; /*border: 2px solid #000000;*/ background: #D5D5D5;