Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-11-21 14:08:17 +0300
committerAleksander Machniak <alec@alec.pl>2016-11-21 14:08:17 +0300
commitfe212cc0801730500e68f57fd3d6b49eaf11991a (patch)
tree2b6a798639986f13ecc16b8eaf12a8e0377a11a2 /skins
parent47d2943717a0e019035227441306a4993a2fcff4 (diff)
A better alignment/positioning of icons on widescreen list
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 9af0941e7..83e0b710a 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1498,7 +1498,11 @@ div.message-partheaders .headers-table td.header {
.widescreen .messagelist td.threads {
width: 20px;
- vertical-align: top;
+ vertical-align: bottom;
+}
+
+.widescreen .messagelist td.threads div {
+ padding-bottom: 1px;
}
.widescreen .messagelist td.flags {
@@ -1557,6 +1561,7 @@ div.message-partheaders .headers-table td.header {
.widescreen .messagelist tr td.subject span.msgicon,
.widescreen .messagelist tr td.subject span.unreadchildren {
width: 20px;
+ height: 20px;
}
/* move attachments list to the bottom on narrow mail preview page */