CHANGE_logo_fix_final_4 - VADIVEL J 2025-09-20
This commit is contained in:
parent
eb754b630d
commit
d2343bf3eb
@ -141,19 +141,33 @@
|
||||
|
||||
<!-- navbar -->
|
||||
<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 {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: center;
|
||||
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 {
|
||||
display: flex;
|
||||
@ -167,6 +181,7 @@
|
||||
|
||||
<!-- sidebar -->
|
||||
<style>
|
||||
|
||||
#side-menu .menu-logo a:hover {
|
||||
background-color: transparent !important;
|
||||
color: inherit !important;
|
||||
@ -187,9 +202,15 @@
|
||||
border-radius: 25px;
|
||||
background-color: #D4F5F6;
|
||||
z-index: 700;
|
||||
padding: 0px !important;
|
||||
padding: 0 !important;
|
||||
height: 90% !important;
|
||||
display: flex;
|
||||
flex-flow:column nowrap;
|
||||
flex-shrink: 1 !important;
|
||||
position: fixed !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- rightbar -->
|
||||
@ -1886,7 +1907,8 @@
|
||||
<!-- Left Sidebar End -->
|
||||
|
||||
<!-- ========== 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">
|
||||
<h5>Welcome <?= (isset(get_session_userdata()->first_name) ? get_session_userdata()->first_name : 'NOT SET') ?> </h5>
|
||||
</div>
|
||||
@ -1931,6 +1953,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- End of Top Bar -->
|
||||
|
||||
<br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user