summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-13 10:48:41 +0000
committeralecpl <alec@alec.pl>2012-03-13 10:48:41 +0000
commitec318158ceb0fa3e52ee24eada5f7763779da238 (patch)
tree9fdab5d1564ee4083fdaa63c8233090dc8a51ce7 /skins
parent32077b1685410b4b5251ca6eade8e6c6a59ecf63 (diff)
- Improve messagelist (and headers-table) header
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css1
-rw-r--r--skins/larry/styles.css4
2 files changed, 4 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index f96827b27..f9b74f28a 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -373,7 +373,6 @@ a.iconbutton.threadmode.selected {
#messagelist tr td.size {
width: 60px;
- text-align: right;
}
#messagelist tr td.from,
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index c9a4b0f67..94eed1cde 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -939,6 +939,8 @@ table.records-table {
background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
border-left: 1px solid #bbd3da;
padding: 8px 7px;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.records-table.sortheader thead td {
@@ -951,6 +953,8 @@ table.records-table {
padding: 7px 7px;
color: #69939e;
text-decoration: none;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.records-table tbody td {