summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-05-09 12:04:38 +0200
committerAleksander Machniak <alec@alec.pl>2014-05-09 12:04:38 +0200
commit1af3d97636caa15463364934276a9f2c99d62f61 (patch)
tree1a047e5de936b2b8e71cf892973f3009e503e136 /skins/larry
parent672621e389fb35f563e0df02d009484cfd9bea9f (diff)
Unify lists' records and headers height no matter it's td, li or span
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/mail.css17
-rw-r--r--skins/larry/settings.css4
-rw-r--r--skins/larry/styles.css14
3 files changed, 15 insertions, 20 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index b9f24b8d0..3ec14568f 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -298,10 +298,10 @@ a.iconbutton.threadmode.selected {
#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 @@ a.iconbutton.threadmode.selected {
#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 @@ a.iconbutton.threadmode.selected {
#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 @@ a.iconbutton.threadmode.selected {
#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 @@ a.iconbutton.threadmode.selected {
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%);
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 675ef9973..d8e250014 100644
--- a/skins/larry/settings.css
+++ b/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;
}
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 111049f8b..1baca0963 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1113,19 +1113,14 @@ a.iconlink.upload {
.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,
.uibox .listing thead td {
background: #b0ccd7;
@@ -1153,14 +1148,13 @@ a.iconlink.upload {
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;
}