Removed trailing spaces

pull/247/head
Abdullah Almsaeed 2015-02-16 16:22:03 -05:00
parent 09aaa0ac2d
commit 28664a1551
1 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
padding: 10px; padding: 10px;
h3 { h3 {
font-size: 20px; font-size: 20px;
margin: 0; margin: 0;
} }
h5 { h5 {
margin: 0; margin: 0;
@ -38,7 +38,7 @@
float: left; float: left;
width: 200px; width: 200px;
border: 1px solid #eee; border: 1px solid #eee;
margin-bottom: 10px; margin-bottom: 10px;
margin-right: 10px; margin-right: 10px;
} }
} }
@ -81,20 +81,20 @@
.table-mailbox { .table-mailbox {
border-left: 1px solid @box-border-color; border-left: 1px solid @box-border-color;
border-right: 1px solid @box-border-color; border-right: 1px solid @box-border-color;
border-bottom: 1px solid @box-border-color; border-bottom: 1px solid @box-border-color;
tr { tr {
&.unread { &.unread {
> td { > td {
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
color: #000; color: #000;
font-weight: 600; font-weight: 600;
} }
} }
> td > .fa.fa-star, > td > .fa.fa-star,
> td > .fa.fa-star-o, > td > .fa.fa-star-o,
> td > .glyphicon.glyphicon-star, > td > .glyphicon.glyphicon-star,
> td > .glyphicon.glyphicon-star-empty{ > td > .glyphicon.glyphicon-star-empty{
color: @yellow; color: @yellow;
cursor: pointer; cursor: pointer;
} }
@ -108,10 +108,10 @@
} }
> td.time { > td.time {
text-align: right; text-align: right;
width: 100px; width: 100px;
} }
> td { > td {
white-space: nowrap; white-space: nowrap;
} }
& > td > a {color: #444;} & > td > a {color: #444;}