|
|
|
|
@ -97,7 +97,6 @@ |
|
|
|
|
margin: 33px 0 0 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.form-regestration .errorlist { |
|
|
|
|
color: red; |
|
|
|
|
width: 360px; |
|
|
|
|
@ -139,7 +138,6 @@ |
|
|
|
|
font-size: 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#message-chat-order-space, #message-chat-team-space { |
|
|
|
|
height: 312px; |
|
|
|
|
display: block; |
|
|
|
|
@ -165,7 +163,6 @@ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.deleteOrder:after { |
|
|
|
|
content: ''; |
|
|
|
|
position: absolute; |
|
|
|
|
@ -177,7 +174,6 @@ |
|
|
|
|
top: 2px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.deleteOrder, .deleteOrder:link, .deleteOrder:visited { |
|
|
|
|
color: #5a5a5a; |
|
|
|
|
font-size: 14px; |
|
|
|
|
@ -189,7 +185,6 @@ |
|
|
|
|
font-style: italic; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.trashedOrderBlock { |
|
|
|
|
width: 100%; |
|
|
|
|
float: left; |
|
|
|
|
@ -216,7 +211,6 @@ |
|
|
|
|
z-index: 999; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.count-tab { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
width: 35px; |
|
|
|
|
@ -249,3 +243,33 @@ li a:active .count-tab, li a:hover .count-tab{ |
|
|
|
|
.-bold { |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mainContainer { |
|
|
|
|
background-repeat: repeat; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nameExecutor a:link, .nameExecutor:visited, .nameExecutor a { |
|
|
|
|
-ms-word-break: break-all; |
|
|
|
|
word-break: break-all; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-webkit-hyphens: auto; |
|
|
|
|
-moz-hyphens: auto; |
|
|
|
|
hyphens: auto; |
|
|
|
|
white-space: -moz-pre-wrap; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
white-space: pre-wrap; /* css-3 */ |
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ |
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */ |
|
|
|
|
/*width:100px;*/ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.busy { |
|
|
|
|
background-color: red; |
|
|
|
|
} |
|
|
|
|
.busy::after { |
|
|
|
|
border-color: red transparent transparent red; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|