Files
FHC-Core/public/css/NavigationComponent.css
T
Paolo a603081544 - Changed composer.json and updated composer.lock
- Added new PostgreSQL types in application/core/DB_Model.php
- Updated the includes in application/views/*
- Added new view template application/views/templates/FHC-Common.php
- Moved JS includes in application/views/templates/FHC-Footer.php
- Updated JS and CSS includes in application/views/templates/FHC-Footer.php and application/views/templates/FHC-Header.php
- Updated public/js/bootstrapper.js
- Changed global variable names in application/views/templates/FHC-Common.php to include the version of the included source
2022-05-23 18:45:29 +02:00

24 lines
332 B
CSS

.header-menu-link-entry {
font-size: 18px;
color: #5e5e5e !important;
}
.navbar-header {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
}
#content {
position: inherit;
margin: 0 0 0 250px;
padding: 30px 30px;
border-left: 1px solid #e7e7e7;
}