Latest updates from IceHrmPro

This commit is contained in:
Thilina Pituwala
2020-05-20 18:47:29 +02:00
parent 60c92d7935
commit 7453a58aad
18012 changed files with 2089245 additions and 10173 deletions

View File

@@ -337,6 +337,10 @@ a {
z-index: 10000;
}
.dropdown-menu > li > a> h5 {
margin-top: 0.7em;
}
.lightface .lightfaceContent .lightfaceTitle {
font-size: 14px;
color: #fff;
@@ -394,6 +398,7 @@ table.dataTable{
.nav-tabs>li>a{
border-radius:0px;
color: #555;
}
.nav > li > a:hover {
@@ -654,6 +659,10 @@ table.dataTable{
background: #fff !important;
}
.right-side > .content-header > h1 {
color: #FFF;
}
.right-side > .content-header > h1 > small {
color: #FFF;
}
@@ -716,6 +725,10 @@ table.dataTable{
box-shadow: 0 2px 5px 0 rgba(0,0,0,.12), 0 2px 10px 0 rgba(0,0,0,.09);
}
.small-box > .inner > h3{
color: #FFF;
}
.help-info{
font-size: 25px;
color: #367fa9;
@@ -880,3 +893,20 @@ table.dataTable{
width: 100%;
margin-top: 20px;
}
@media only screen and (min-width: 992px) {
#delegationDiv {
float: left;
width: 100%;
height: 50px;
}
.right-side > .content-header {
float: left;
clear: both;
width: 100%;
margin-bottom: 10px;
}
}