Преглед изворни кода

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);
 					show_menu($menu_array, $menu_style, $menu_position);
 					echo $open_container;
 					echo $open_container;
 					switch ($menu_position) {
 					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;
 						case 'top': $body_top_style = "style='margin-top: 65px;'"; break;
 					}
 					}
 			}
 			}