Aleksander Machniak
2014-05-09 1af3d97636caa15463364934276a9f2c99d62f61
Unify lists' records and headers height no matter it's td, li or span
3 files modified
35 ■■■■■ changed files
skins/larry/mail.css 17 ●●●● patch | view | raw | blame | history
skins/larry/settings.css 4 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 14 ●●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -298,10 +298,10 @@
#mailboxlist li.mailbox ul li a {
    padding-left: 52px;  /* 36 + 1 x 16 */
    background-position: 22px -93px;  /* 6 + 1 x 16 */
    background-position: 22px -95px;  /* 6 + 1 x 16 */
}
#mailboxlist li.mailbox ul li.selected > a {
    background-position: 22px -117px;
    background-position: 22px -119px;
}
#mailboxlist li.mailbox ul li div.treetoggle {
    left: 33px;
@@ -310,10 +310,10 @@
#mailboxlist li.mailbox ul ul li.mailbox a {
    padding-left: 68px;  /* 2x */
    background-position: 38px -93px;
    background-position: 38px -95px;
}
#mailboxlist li.mailbox ul ul li.selected > a {
    background-position: 38px -117px;
    background-position: 38px -119px;
}
#mailboxlist li.mailbox ul ul li div.treetoggle {
    left: 48px;
@@ -321,10 +321,10 @@
#mailboxlist li.mailbox ul ul ul li.mailbox a {
    padding-left: 84px;  /* 3x */
    background-position: 54px -93px;
    background-position: 54px -95px;
}
#mailboxlist li.mailbox ul ul ul li.selected > a {
    background-position: 54px -117px;
    background-position: 54px -119px;
}
#mailboxlist li.mailbox ul ul ul li div.treetoggle {
    left: 64px;
@@ -332,10 +332,10 @@
#mailboxlist li.mailbox ul ul ul ul li.mailbox a {
    padding-left: 100px;  /* 4x */
    background-position: 70px -93px;
    background-position: 70px -95px;
}
#mailboxlist li.mailbox ul ul ul ul li.selected > a {
    background-position: 70px -117px;
    background-position: 70px -119px;
}
#mailboxlist li.mailbox ul ul ul ul li div.treetoggle {
    left: 80px;
@@ -354,6 +354,7 @@
    top: 3px;
    right: 6px;
    min-width: 1.8em;
    line-height: 15px;
    padding: 2px 4px;
    background: #82acb5;
    background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
skins/larry/settings.css
@@ -243,7 +243,7 @@
#subscription-table tr.root td {
    font-size: 5%;
    height: 5px;
    line-height: 5px;
    padding: 2px;
}
@@ -255,7 +255,7 @@
#subscription-table td.subscribed {
    min-width: 30px;
    padding: 3px 12px 3px 3px;
    padding: 0 14px 0 2px;
    text-align: right;
}
skins/larry/styles.css
@@ -1113,17 +1113,12 @@
.uibox .listing thead td {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 8px 3px 8px;
    height: 20px;  /* doesn't affect table-cells in FF */
    padding: 7px 8px 6px 8px;
    line-height: 20px;
    margin: 0;
    text-shadow: 0px 1px 1px #fff;
    border-bottom: 1px solid #bbd3da;
    white-space: nowrap;
}
.uibox .listing thead td {
    padding-bottom: 8px;
    height: auto;
}
.uibox .boxtitle,
@@ -1153,14 +1148,13 @@
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
    cursor: default;
    padding: 6px 8px 2px 8px;
    height: 17px; /* doesn't affect table-cells in FF */
    padding: 4px 8px;
    line-height: 17px;
    white-space: nowrap;
}
.listing tbody td {
    display: table-cell;
    padding-bottom: 5px;
    height: auto;
    min-height: 14px;
}