Redbasic - optimise mail list.
This commit is contained in:
parent
1ff6f4a43c
commit
fc2ede307f
@ -3261,38 +3261,21 @@ border-bottom: 1px solid #ccc;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
span.mail-list {
|
||||
float: left;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
span.mail-delete {
|
||||
float: left;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
a.mail-list-sender-url {
|
||||
float: left;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
img.mail-list-sender-photo {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
|
||||
span.mail-from {
|
||||
float: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
span.mail-subject.unseen{
|
||||
float: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
span.mail-date {
|
||||
float:left;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
|
||||
.tag1 {
|
||||
font-size : 1.0em !important;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="generic-content-wrapper" id="mail-list-wrapper">
|
||||
<span class="mail-delete"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" class="icon drophide mail-list-delete delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a></span>
|
||||
<a href="{{$from_url}}" class="mail-list-sender-url" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a>
|
||||
<span class="mail-from">{{$from_name}}</span>
|
||||
<span class="mail-subject {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
|
||||
<span class="mail-date" title="{{$date}}">{{$date}}</span>
|
||||
<a href="{{$from_url}}" class ="mail-list" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a>
|
||||
<span class="mail-list">{{$from_name}}</span>
|
||||
<span class="mail-list" {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
|
||||
<span class="mail-list" title="{{$date}}">{{$date}}</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user