CHANGE_logo_fix_final_4 - VADIVEL J 2025-09-20

This commit is contained in:
vadivelJ96 2025-09-20 11:37:27 +05:30
parent eb754b630d
commit d2343bf3eb

View File

@ -141,19 +141,33 @@
<!-- navbar --> <!-- navbar -->
<style> <style>
.nav-bar {
position: fixed !important;
z-index: 1000;
width: 90%;
margin-left: 130px !important;
background: #fff;
}
.top-navbar-div {
display: flex;
flex-flow: row;
flex-shrink: 1 !important;
justify-content: space-between;
margin-top: 20px;
}
.ul-flex { .ul-flex {
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
justify-content: center; justify-content: center;
align-content: space-evenly; align-content: space-evenly;
flex-shrink: 1;
} }
.top-navbar-div {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-top: 20px;
}
.nav-flex { .nav-flex {
display: flex; display: flex;
@ -167,6 +181,7 @@
<!-- sidebar --> <!-- sidebar -->
<style> <style>
#side-menu .menu-logo a:hover { #side-menu .menu-logo a:hover {
background-color: transparent !important; background-color: transparent !important;
color: inherit !important; color: inherit !important;
@ -187,9 +202,15 @@
border-radius: 25px; border-radius: 25px;
background-color: #D4F5F6; background-color: #D4F5F6;
z-index: 700; z-index: 700;
padding: 0px !important; padding: 0 !important;
height: 90% !important; height: 90% !important;
display: flex;
flex-flow:column nowrap;
flex-shrink: 1 !important;
position: fixed !important;
} }
</style> </style>
<!-- rightbar --> <!-- rightbar -->
@ -1886,7 +1907,8 @@
<!-- Left Sidebar End --> <!-- Left Sidebar End -->
<!-- ========== Top Bar Start ========== --> <!-- ========== Top Bar Start ========== -->
<div class="top-navbar-div" style="margin-left:130px;"> <div class="nav-bar">
<div class="top-navbar-div" >
<div class="top-navbar-title"> <div class="top-navbar-title">
<h5>Welcome <?= (isset(get_session_userdata()->first_name) ? get_session_userdata()->first_name : 'NOT SET') ?> </h5> <h5>Welcome <?= (isset(get_session_userdata()->first_name) ? get_session_userdata()->first_name : 'NOT SET') ?> </h5>
</div> </div>
@ -1931,6 +1953,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- End of Top Bar --> <!-- End of Top Bar -->
<br> <br>