Created page-header class

page-header class was dropped since Bootstrap 4.
Therefore added to css style
This commit is contained in:
Cris
2023-03-06 13:25:14 +01:00
parent 9c85877d3d
commit 9e15668c37
@@ -66,3 +66,10 @@ table.tablesort-hover tr:hover, .tablesort-active {
#ui-datepicker-div {
z-index: 9999 !important;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}