Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
This commit is contained in:
@@ -1558,6 +1558,7 @@
|
|||||||
$menu_type = 'static-top';
|
$menu_type = 'static-top';
|
||||||
$menu_width = 'calc(100% - 40px)';
|
$menu_width = 'calc(100% - 40px)';
|
||||||
$menu_brand = true;
|
$menu_brand = true;
|
||||||
|
$menu_corners = "style='-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;'";
|
||||||
break;
|
break;
|
||||||
case 'fixed':
|
case 'fixed':
|
||||||
default:
|
default:
|
||||||
@@ -1568,7 +1569,7 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<nav class="navbar navbar-inverse navbar-<?php echo $menu_type; ?>">
|
<nav class="navbar navbar-inverse navbar-<?php echo $menu_type; ?>" <?php echo $menu_corners; ?>>
|
||||||
<div class="container-fluid" style='width: <?php echo $menu_width; ?>; padding: 0;'>
|
<div class="container-fluid" style='width: <?php echo $menu_width; ?>; padding: 0;'>
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main_navbar" aria-expanded="false" aria-controls="navbar">
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main_navbar" aria-expanded="false" aria-controls="navbar">
|
||||||
@@ -1695,7 +1696,7 @@
|
|||||||
case 'static':
|
case 'static':
|
||||||
echo $open_container;
|
echo $open_container;
|
||||||
show_menu($menu_array, $menu_style, $menu_position);
|
show_menu($menu_array, $menu_style, $menu_position);
|
||||||
$body_top_style = "style='padding-top: 10px;'";
|
$body_top_style = "style='padding: 0; margin-top: -5px;'";
|
||||||
break;
|
break;
|
||||||
case 'fixed':
|
case 'fixed':
|
||||||
show_menu($menu_array, $menu_style, $menu_position);
|
show_menu($menu_array, $menu_style, $menu_position);
|
||||||
|
|||||||
Reference in New Issue
Block a user