From bf608fb127c377b78dc9d0cc8b35982cd3556901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 31 Jan 2012 10:40:49 +0100 Subject: [PATCH] fix size of state column --- themis/search/mail.pt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themis/search/mail.pt b/themis/search/mail.pt index e19cee4..10093a9 100644 --- a/themis/search/mail.pt +++ b/themis/search/mail.pt @@ -84,6 +84,10 @@ td.category { width: 15em; } +td.state { + width: 7em; +} +