|
|
|
|
@ -3389,7 +3389,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
float: left; |
|
|
|
|
margin: 24px 0 0 0; |
|
|
|
|
padding: 0 15px; |
|
|
|
|
border-bottom: 1px solid #BEBEBE; |
|
|
|
|
/*border-bottom: 1px solid #BEBEBE;*/ |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -3770,7 +3770,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
padding: 30px 0 0 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.orderBlock, .trashedOrderBlock { |
|
|
|
|
.orderBlock { |
|
|
|
|
width: 100%; |
|
|
|
|
float: left; |
|
|
|
|
margin-bottom: -1px; |
|
|
|
|
@ -3785,7 +3785,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
transition: all 0.3s ease-out; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.orderBlock:hover, .trashedOrderBlock:hover { |
|
|
|
|
.orderBlock:hover { |
|
|
|
|
background-color: white; |
|
|
|
|
border-top: 1px solid black; |
|
|
|
|
border-bottom: 1px solid black; |
|
|
|
|
@ -3886,7 +3886,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
transition: all 0.3s ease-out; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.orderBlock:hover .dimovChat,.trashedOrderBlock:hover .dimovChat { |
|
|
|
|
.orderBlock:hover .dimovChat { |
|
|
|
|
-webkit-transform: rotate(90deg); |
|
|
|
|
-moz-transform: rotate(90deg); |
|
|
|
|
transform: rotate(90deg); |
|
|
|
|
@ -3898,7 +3898,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
transform: rotate(90deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.orderBlock:hover .hideOBB,.trashedOrderBlock:hover .hideOBB { |
|
|
|
|
.orderBlock:hover .hideOBB { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -6033,11 +6033,17 @@ input[type="radio"]{ |
|
|
|
|
.addWork, .upload2, .documentsChat a{ |
|
|
|
|
transition: all 0.3s; |
|
|
|
|
} |
|
|
|
|
.changeBlock1 > a:hover, .changeBlock2 > a:hover, .addWork:hover, |
|
|
|
|
.changeBlock1 > a:hover, .addWork:hover, |
|
|
|
|
.upload2:hover, .documentsChat a:hover{ |
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); |
|
|
|
|
-webkit-transform: scale(1.04); |
|
|
|
|
-moz-transform: scale(1.04); |
|
|
|
|
transform: scale(1.04); |
|
|
|
|
} |
|
|
|
|
.changeBlock2 > a:hover{ |
|
|
|
|
box-shadow: 0 0 15px rgba(255, 255, 255, 0.8); |
|
|
|
|
-webkit-transform: scale(1.04); |
|
|
|
|
-moz-transform: scale(1.04); |
|
|
|
|
transform: scale(1.04); |
|
|
|
|
} |
|
|
|
|
/*end_new*/ |
|
|
|
|
|