|
|
@@ -2754,7 +2754,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
right: 155px;
|
|
|
top: 44px;
|
|
|
/* animation: slideDown .2s ease-in 1 normal both; */
|
|
|
- width: 250px;
|
|
|
+ min-width: 250px;
|
|
|
|
|
|
}
|
|
|
.name-tk div{
|
|
|
@@ -2764,7 +2764,6 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
.name-tk .user-message{
|
|
|
padding-left: 0;
|
|
|
margin-bottom: 0;
|
|
|
- width: 250px;
|
|
|
list-style: none;
|
|
|
border: 1px solid #ccc;
|
|
|
overflow: hidden;
|
|
|
@@ -2773,13 +2772,10 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
.name-tk .user-message li{
|
|
|
- width: 250px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
+ padding-right:10px;
|
|
|
}
|
|
|
.name-tk .user-message li:last-child {
|
|
|
border-bottom: none;
|
|
|
@@ -2793,14 +2789,9 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
.name-tk .user-message li a{
|
|
|
padding-left: 10px;
|
|
|
display: inline-block;
|
|
|
- width: 250px;
|
|
|
height: 38px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
}
|
|
|
.name-tk .user-message li.active a{
|
|
|
- width: 250px;
|
|
|
margin-top: 12px;
|
|
|
line-height: 38px;
|
|
|
background: #e8e8e8;
|
|
|
@@ -2813,20 +2804,11 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
float: left;
|
|
|
font-size: 13px;
|
|
|
color: #d32526;
|
|
|
- width: 155px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.name-tk .user-message li a span:last-child {
|
|
|
- float: left;
|
|
|
- font-size: 13px;
|
|
|
- color: #999;
|
|
|
}
|
|
|
.name-tk div .cart {
|
|
|
position: absolute;
|
|
|
top: -28px;
|
|
|
- left: 85px;
|
|
|
+ right: 85px;
|
|
|
}
|
|
|
.name-tk div .cart img{
|
|
|
width: 25px;
|
|
|
@@ -2864,6 +2846,10 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
line-height: 35px;
|
|
|
padding-left:15px;
|
|
|
}
|
|
|
+.user-tk .user-message img{
|
|
|
+ padding-right:5px;
|
|
|
+ margin-top: -32px;
|
|
|
+}
|
|
|
|
|
|
.user-tk .user-message li a{
|
|
|
display: inline-block;
|