mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Mail: Give some space between read/unread icon and scrollbar
This commit is contained in:
parent
6ab9915e91
commit
2c2ef0dd00
@ -301,6 +301,10 @@ pre {
|
||||
.mail-index_QuotaRed > div {
|
||||
background-color: red !important;
|
||||
}
|
||||
|
||||
#mail-index #mail-index_nm .status_icons {
|
||||
margin-right: 1em;
|
||||
}
|
||||
/*
|
||||
influence the tree display and scrolling behavior
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@
|
||||
<et2-hbox>
|
||||
<et2-date-time class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time>
|
||||
</et2-hbox>
|
||||
<et2-hbox>
|
||||
<et2-hbox class="status_icons">
|
||||
<et2-image src="$row_cont[smime]" height="16px"></et2-image>
|
||||
<html id="${row}[attachments]"/>
|
||||
<et2-description class="status_img $row_cont[class]"></et2-description>
|
||||
|
Loading…
Reference in New Issue
Block a user