remotes/origin/PR-39
shishman 9 years ago
parent bf12698a88
commit f7a86ad985
  1. 18
      assets/css/main.css

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

Loading…
Cancel
Save