thomascube
2012-01-05 cdb9556c4235e6f8f0d644b8725385250ad427c1
Reducing paddings in lists to save some vertical space

3 files modified
14 ■■■■ changed files
skins/larry/images/listicons.png patch | view | raw | blame | history
skins/larry/mail.css 8 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 6 ●●●● patch | view | raw | blame | history
skins/larry/images/listicons.png

skins/larry/mail.css
@@ -204,7 +204,7 @@
#mailboxlist li.mailbox div.collapsed,
#mailboxlist li.mailbox div.expanded {
    position: absolute;
    top: 14px;
    top: 13px;
    left: 20px;
    width: 14px;
    height: 14px;
@@ -219,12 +219,12 @@
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
    left: 45px;
    top: 15px;
    top: 14px;
}
#mailboxlist li.mailbox .unreadcount {
    position: absolute;
    top: 4px;
    top: 3px;
    right: 6px;
    min-width: 1.8em;
    padding: 2px 4px;
@@ -308,7 +308,7 @@
#messagelist tr td.flag,
#messagelist tr td.priority {
    width: 20px;
    padding: 3px;
    padding: 2px 3px;
}
.chrome #messagelist tr td.attachment,
skins/larry/styles.css
@@ -727,7 +727,7 @@
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
    cursor: default;
    padding: 7px 8px 2px 8px;
    padding: 6px 8px 2px 8px;
    height: 17px; /* doesn't affect table-cells in FF */
    white-space: nowrap;
}
@@ -937,13 +937,13 @@
.records-table thead td a,
.records-table thead td span {
    display: block;
    padding: 8px 7px;
    padding: 7px 7px;
    color: #69939e;
    text-decoration: none;
}
.records-table tbody td {
    padding: 3px 7px;
    padding: 2px 7px;
    border-bottom: 1px solid #ddd;
    border-left: 1px dotted #bbd3da;
    white-space: nowrap;