mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-07 15:19:31 +00:00
a603081544
- 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
24 lines
332 B
CSS
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;
|
|
}
|
|
|