thomascube
2012-04-04 0cd919bc9524fbaae033d261d7883c587691dcdf
Fix small Larry issues

5 files modified
35 ■■■■ changed files
skins/larry/ie7hacks.css 8 ●●●●● patch | view | raw | blame | history
skins/larry/iehacks.css 6 ●●●●● patch | view | raw | blame | history
skins/larry/mail.css 6 ●●●●● patch | view | raw | blame | history
skins/larry/settings.css 11 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css 4 ●●●● patch | view | raw | blame | history
skins/larry/ie7hacks.css
@@ -48,6 +48,14 @@
    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;
skins/larry/iehacks.css
@@ -155,3 +155,9 @@
    border-top: 1px solid #999;
}
#messagelist tbody tr td span.branch div {
    float: left;
    height: 18px;
}
skins/larry/mail.css
@@ -581,6 +581,7 @@
#messagelist tbody tr td.subject {
    width: 99%;
    white-space: nowrap;
}
#messagelist tbody tr td.subject a {
@@ -596,14 +597,11 @@
/**** 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 {
skins/larry/settings.css
@@ -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;
skins/larry/styles.css
@@ -1251,6 +1251,10 @@
    padding-right: 0;
}
#login-form #message div {
    float: left;
}
#bottomline {
    font-size: 90%;
    text-align: center;