No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
margin-right: 0 !important; | margin-right: 0 !important; | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
} | |||
.searchbar-autocomplete-results { | |||
top: 50px !important; | |||
} | } |
Revision as of 20:51, 8 October 2023
This page was created by Alexandra on 2017-05-19. Last edited by Edgar on 2025-02-10.
.custom-header {
border-radius: 4px;
border: 1px solid #E3E8EE;
background-color: #112B3C; /* Updated background color */
height: 68px;
width:100%;
}
.p-logo {
margin-left: 25px;
}
#p-personal .p-personal-tools, .p-personal .p-personal-tools {
text-align: center !important;
margin-left: 100px;
}
#p-personal .p-personal-tools a, .p-personal .p-personal-tools a {
color: white !important;
}
#pt-userdashboard,
#pt-pageassignments {
display: none;
}
.search-bar {
margin-right: 20px;
}
.row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.searchbar-autocomplete-results {
top: 50px !important;
}