Make a start at making mail look less dreadful.

This commit is contained in:
Thomas Willingham
2013-06-02 03:40:31 +01:00
parent 330ace2cbe
commit b02242786c
2 changed files with 39 additions and 1 deletions

View File

@@ -3769,3 +3769,41 @@ ul.menu-popup {
.reshared-content { margin-left: 30px; }
.shared_header img { margin-right: 10px; }
.mail-list-wrapper {
border-bottom: 1px solid #ccc;
padding: 20px;
}
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;
}
span.mail-from {
float: left;
width: 200px;
}
span.mail-subject.unseen{
float: left;
width: 200px;
}
span.mail-date {
float:left;
width: 200px;
}