diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index 67a57e0b..30f77c3f 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -22,7 +22,7 @@ - + + diff --git a/assets/css/general.css b/assets/css/general.css index d07b4e4b..64b9b7e5 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1,6 +1,26 @@ +.navbar { + margin: 0 auto; + width: 100%; + border-radius: 10px; + position: relative; +} + .container { margin-top: 55px; } + +#nav-container { + margin-top: 0; + position: sticky; + top: 0; +} + +thead > tr > td { + position: sticky; + top: 45px; + background-color: aliceblue; +} + .fancybox-content { width : 710px !important; height : 310px !important;