mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme: Add settings to control body width and (fixed) menu width.
This commit is contained in:
@@ -981,7 +981,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
|
||||
/* default body padding */
|
||||
.container-fluid {
|
||||
width: 90%;
|
||||
width: <?php echo ($_SESSION['theme']['body_width']['text'] != '') ? $_SESSION['theme']['body_width']['text'] : '90%'; ?>;
|
||||
}
|
||||
|
||||
/* maximize viewport usage on xs displays */
|
||||
|
||||
Reference in New Issue
Block a user