Thomas Bruederli
2013-11-08 ccc2ace07f2fbe8cd84d42e6bf2c48c8a9f0f4d5
Adjust date column size to fit the widest possible date format (#1489368)
2 files modified
4 ■■■■ changed files
skins/classic/mail.css 2 ●●● patch | view | raw | blame | history
skins/larry/mail.css 2 ●●● patch | view | raw | blame | history
skins/classic/mail.css
@@ -937,7 +937,7 @@
.messagelist tr td.date
{
  width: 118px;
  width: 135px;
  padding: 0 2px;
}
skins/larry/mail.css
@@ -518,7 +518,7 @@
}
.messagelist tr td.date {
    width: 135px;
    width: 155px;
}
.messagelist tr.message {