Fix small Larry issues

pull/1/head
thomascube 12 years ago
parent ff2d88a7ab
commit 0cd919bc95

@ -48,6 +48,14 @@ a.deletebutton,
right: -2px;
}
#login-form #message div {
display: block;
width: 200px;
margin-left: 130px;
white-space: nowrap;
text-align: left;
}
#messagepreviewheader .iconlink {
color: #fff;
height: 14px;

@ -155,3 +155,9 @@ ul.toolbarmenu li a.active:hover,
border-top: 1px solid #999;
}
#messagelist tbody tr td span.branch div {
float: left;
height: 18px;
}

@ -581,6 +581,7 @@ a.iconbutton.threadmode.selected {
#messagelist tbody tr td.subject {
width: 99%;
white-space: nowrap;
}
#messagelist tbody tr td.subject a {
@ -596,14 +597,11 @@ a.iconbutton.threadmode.selected {
/**** tree indicators ****/
#messagelist tbody tr td span.branch div {
float: left;
height: 18px;
display: inline-block;
}
#messagelist tbody tr td span.branch div.tree {
height: 18px;
width: 15px;
/* background: url(images/tree.gif) 0px 0px no-repeat; */
}
#listoptions ul.proplist {

@ -175,6 +175,17 @@
bottom: 0;
}
#identities-table {
width: 100%;
table-layout: fixed;
}
#identities-table tbody td.mail {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
#folder-details,
#identity-details {
position: absolute;

@ -1251,6 +1251,10 @@ ul.proplist li {
padding-right: 0;
}
#login-form #message div {
float: left;
}
#bottomline {
font-size: 90%;
text-align: center;

Loading…
Cancel
Save