--- a/src/ztfy/myams/resources/less/content.less Mon Mar 21 16:11:04 2016 +0100
+++ b/src/ztfy/myams/resources/less/content.less Thu Sep 01 15:16:47 2016 +0200
@@ -952,16 +952,23 @@
display: block;
min-height: 25px;
overflow: hidden;
- padding: 8px 10px 13px;
+ padding: 8px 8px 10px;
white-space: normal;
&:hover {
background: #F0F4F7;
color: #667F8F;
}
+ >a {
+ >span.msg-body,
+ >span.subject {
+ height: auto;
+ line-height: normal;
+ }
+ }
}
a.msg {
- padding-left: 50px!important;
+ padding-left: 40px!important;
}
a,
a span {
@@ -988,7 +995,7 @@
color: #333;
font-weight: 400;
margin-right: 60px;
- margin-bottom: 6px;
+ margin-bottom: 3px;
height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
@@ -1015,8 +1022,8 @@
color: #A0A0A0;
max-height: 35px;
width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
+ //text-overflow: ellipsis;
+ //white-space: nowrap;
overflow: hidden;
}
.subject {