浏览代码

Merge branch 'master' of https://github.com/fusionpbx/fusionpbx

markjcrane 9 年之前
父节点
当前提交
69accb8070
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -1703,7 +1703,7 @@
 					show_menu($menu_array, $menu_style, $menu_position);
 					echo $open_container;
 					switch ($menu_position) {
-						case 'bottom': $body_top_style = "style='padding-top: 30px;'"; break;
+						case 'bottom': $body_top_style = "style='margin-top: 30px;'"; break;
 						case 'top': $body_top_style = "style='margin-top: 65px;'"; break;
 					}
 			}