Untitled diff

Created Diff never expires
5 removals
79 lines
6 additions
80 lines
ul.inbox {
ul.inbox {
width: 100%;
width: 100%;
list-style-type: none;
list-style-type: none;
}
}
.unread {
.unread {
border: 1px solid #999 !important;
border: 1px solid #999 !important;
background: #eee url("new.png") no-repeat !important;
background: #eee url("new.png") no-repeat !important;
background-position: left center !important;
background-position: left center !important;
}
}
li span.hidden {
li span.hidden {
clear: both;
clear: both;
visibility: hidden;
visibility: hidden;
}
}
li span.messageControls {
li span.messageControls {
clear: both;
position: absolute;
float: right;
right: 0;
display: inline;
top: 1em;
}
}
li span.messageControls a {
li span.messageControls a {
padding: 5px 5px 0 0;
padding: 5px 5px 0 0;
font-size: 12px;
font-size: 12px;
color: #06c;
color: #06c;
}
}
li.message {
li.message {
background: #eee;
background: #eee;
border: 1px solid #ddd;
border: 1px solid #ddd;
list-style-type: none;
list-style-type: none;
display: block;
display: block;
margin: 0 0 10px;
margin: 0 0 10px;
padding-left: 30px;
padding-left: 30px;
background-position: left center;
background-position: left center;
position: relative;
}
}
li.message:hover {
li.message:hover {
}
}
li.message a {
li.message a {
text-decoration: none;
text-decoration: none;
}
}
li {
li {
overflow: hidden;
overflow: hidden;
}
}
li span.from {
li span.from {
margin: 5px 0 5px 5px;
margin: 5px 0 5px 5px;
font-family:"Open Sans",sans-serif;
font-family:"Open Sans",sans-serif;
font-size: 14px;
font-size: 14px;
color: #666;
color: #666;
float: left;
float: left;
font-weight: 700;
font-weight: 700;
}
}
li span.date {
li span.date {
margin: 5px 5px 5px 0;
margin: 5px 5px 5px 0;
font-size: 12px;
font-size: 12px;
float: right;
float: right;
color: #06c;
color: #06c;
}
}
li p.subject {
li p.subject {
margin: 5px 0 5px 5px;
margin: 5px 0 5px 5px;
font-size: 14px;
font-size: 14px;
color: #666;
color: #666;
clear: both;
clear: both;
font-weight: 700;
font-weight: 700;
}
}
li p.preview {
li p.preview {
margin: 5px 0 5px 5px;
margin: 5px 0 5px 5px;
font-size: 12px;
font-size: 12px;
color: #999;
color: #999;
}
}