Theme: Side Menu Brand Image Adjustments

This commit is contained in:
Nate
2019-03-26 18:52:35 -06:00
parent 7d089d86d2
commit c8f3312fae
5 changed files with 65 additions and 28 deletions

View File

@@ -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)'; ?>;