From e652956aa8dd6160b078f396e3f89157c15294af Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Sep 2012 22:00:19 +0200 Subject: Edition of mailboxes, aliases and lists. --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index b4925da..ac2b6e2 100644 --- a/css/style.css +++ b/css/style.css @@ -156,9 +156,15 @@ table.editform td { div.editform { text-align: center; } -.ack { +.success { font-weight: bold; color: #32CD32; + text-align: center; +} +.fail { + font-weight: bold; + color: #FF0040; + text-align: center; } .description { text-align: justify; -- cgit v1.2.3