|
@@ -1,4 +1,4 @@
|
1
|
|
-/* ----------------------------------------------------------------------
|
|
1
|
+/* ----------------------------------------------------------------------
|
2
|
2
|
>>> TABLE OF CONTENT
|
3
|
3
|
-------------------------------------------------------------------------
|
4
|
4
|
1 - Basic Elements & Classes
|
|
@@ -3417,14 +3417,14 @@ input.form-control.text-center.hourdata.ng-valid.ng-valid-maxlength {
|
3417
|
3417
|
transition: all 2s;
|
3418
|
3418
|
-webkit-transform: scale3d(1, 1, 1);
|
3419
|
3419
|
transform: scale3d(1, 1, 1);
|
3420
|
|
- background-color:#f5f5f5;
|
|
3420
|
+ background-color:#f5f5f5;
|
3421
|
3421
|
position: absolute;
|
3422
|
3422
|
top: 0;
|
3423
|
3423
|
left: 0;
|
3424
|
3424
|
width: 100%;
|
3425
|
3425
|
height: 100%;
|
3426
|
3426
|
}
|
3427
|
|
-
|
|
3427
|
+
|
3428
|
3428
|
.grid__item.ng-enter.ng-enter-active{
|
3429
|
3429
|
width: 50%;
|
3430
|
3430
|
border: none;
|
|
@@ -3641,7 +3641,7 @@ input.form-control.text-center.hourdata.ng-valid.ng-valid-maxlength {
|
3641
|
3641
|
|
3642
|
3642
|
/*.imagesize{
|
3643
|
3643
|
width: 100%;
|
3644
|
|
- height:auto;
|
|
3644
|
+ height:auto;
|
3645
|
3645
|
overflow: hidden;
|
3646
|
3646
|
}*/
|
3647
|
3647
|
|
|
@@ -20549,4 +20549,7 @@ selectList.selected {
|
20549
|
20549
|
background-color: #fc4c58 !important;
|
20550
|
20550
|
border-color: #0055b3 !important;
|
20551
|
20551
|
color: #0055b3 !important;
|
|
20552
|
+}
|
|
20553
|
+.knowledge_leve_department .helper-container{
|
|
20554
|
+ display: none!important;
|
20552
|
20555
|
}
|