diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 13:45:25 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-27 13:45:25 +0200 |
commit | 30df9abeac7c80a27f4727e29a1cad6b928edf4e (patch) | |
tree | a15a0f0565c7247a9b9b1e7384eb560c662a9990 /view/theme | |
parent | 1e288dc8a3169a313876ea671979b40c29722752 (diff) | |
download | volse-hubzilla-30df9abeac7c80a27f4727e29a1cad6b928edf4e.tar.gz volse-hubzilla-30df9abeac7c80a27f4727e29a1cad6b928edf4e.tar.bz2 volse-hubzilla-30df9abeac7c80a27f4727e29a1cad6b928edf4e.zip |
fix loozah themes navbar
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/easterbunny/theme.php | 2 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/theme.php index 47b43cf13..338f40cbf 100644 --- a/view/theme/easterbunny/theme.php +++ b/view/theme/easterbunny/theme.php @@ -1,4 +1,4 @@ <?php $a->theme_info = array( - 'extends' => 'loozah', + 'extends' => 'duepuntozero', ); diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index e2ce0cc06..9289c9354 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; |