summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-11-08 13:02:45 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-11-08 13:02:45 +0100
commitccc2ace07f2fbe8cd84d42e6bf2c48c8a9f0f4d5 (patch)
tree2467944935368927f9558e343b3f8c41ecce59d8
parent677b6c518a6ff6850d0e6f1fa0add1778b721189 (diff)
Adjust date column size to fit the widest possible date format (#1489368)
-rw-r--r--skins/classic/mail.css2
-rw-r--r--skins/larry/mail.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index dce49b36f..4f145368d 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -937,7 +937,7 @@ table.messagelist.fixedcopy
.messagelist tr td.date
{
- width: 118px;
+ width: 135px;
padding: 0 2px;
}
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 0c6166485..bb2ad7b9d 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -518,7 +518,7 @@ table.messagelist.fixedcopy {
}
.messagelist tr td.date {
- width: 135px;
+ width: 155px;
}
.messagelist tr.message {