mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme: Side Menu Brand Image Adjustments
This commit is contained in:
@@ -480,7 +480,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
z-index: 99901;
|
||||
top: 0;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
min-height: 75px;
|
||||
text-align: left;
|
||||
<?php if ($_SESSION['theme']['menu_main_background_image']['text'] != '') { ?>
|
||||
background-image: url("<?php echo $_SESSION['theme']['menu_main_background_image']['text']; ?>");
|
||||
@@ -501,14 +501,23 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
}
|
||||
|
||||
/* menu side logo */
|
||||
img#menu_brand_image {
|
||||
img#menu_brand_image_contracted {
|
||||
border: none;
|
||||
width: auto;
|
||||
max-height: 30px;
|
||||
max-width: 185px;
|
||||
max-width: 30px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
img#menu_brand_image_expanded {
|
||||
border: none;
|
||||
height: auto;
|
||||
max-width: 145px;
|
||||
max-height: 35px;
|
||||
margin-top: -3px;
|
||||
margin-left: -6px;
|
||||
}
|
||||
|
||||
/* menu brand text */
|
||||
.menu_brand_text {
|
||||
color: <?php echo ($_SESSION['theme']['menu_brand_text_color']['text'] != '') ? $_SESSION['theme']['menu_brand_text_color']['text'] : 'rgba(255,255,255,0.80)'; ?>;
|
||||
|
||||
Reference in New Issue
Block a user