remotes/origin/PR-39
Seghey Shishman 9 years ago
parent e53d1de4b0
commit bcca2f3770
  1. 37
      assets/css/main.css
  2. 2
      users/templates/templatetags/user_new_count_orders.html

@ -2776,14 +2776,16 @@ input[type="checkbox"]:checked + span {
cursor: move;
}
.compTable tr:hover:not(:first-child) {
.compTable tr:hover {
z-index: 999;
display: flex;
display: table-row;
position: relative;
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
transform: scale(1.04);
box-shadow: 0 0 10px rgba(0,0,0,0.8);
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
transform: scale(1.02);
/*box-shadow: 0 0 10px rgba(0,0,0,0.8);*/
outline: 1px solid #DAD9D9;
cursor: move;
}
.compTable tr:hover td:first-child {
@ -2803,10 +2805,15 @@ input[type="checkbox"]:checked + span {
border-bottom: 1px solid #DAD9D9 !important;
}
.compTable tr th, .compTable tr td {
display: block;
/*.compTable tr th, .compTable tr td {
display: block
float: left;
text-align: center;
}*/
.compTable tr th, .compTable tr td {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.compTable tr th:first-child,
@ -2908,7 +2915,7 @@ input[type="checkbox"]:checked + span {
.compTable tr td:nth-child(6) ul {
float: left;
margin: 29px 0 0 72px;
margin: 0px 0 0 72px;
}
.compTable tr td:nth-child(6) ul li {
@ -2973,7 +2980,6 @@ input[type="checkbox"]:checked + span {
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
position: relative;
margin-bottom: 20px;
position: relative;
width: 100%;
float: left;
@ -5058,7 +5064,7 @@ input[type="radio"]:checked + span {
.list-summ li:nth-child(3):before {
width: 22px;
height: 22px;
background: url('../img/chat.png') no-repeat center;
background: url('../img/skype.png') no-repeat center;
background-size: cover;
left: -42px;
top: 0;
@ -6083,4 +6089,13 @@ button[data-id="stagesSelect"], button[data-id="stagesSelect"]:hover{
background: transparent;
width: 300px;
}
li.officeList.icon_tml > a > p{
display: inline-block;
padding: 5px 7px 3px 7px;
background: #ff0000;
border-radius: 35px;
position: absolute;
right: -34px;
top: -4px;
}
/*end_new*/

@ -1 +1 @@
{{ new_count }}
<p>{{ new_count }}</p>

Loading…
Cancel
Save