diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:00:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:00:19 +0200 |
commit | e652956aa8dd6160b078f396e3f89157c15294af (patch) | |
tree | f5daa06245f0277925d8d5ad7d74c9a097d4dbd8 /css | |
parent | e04e3174c1c38e7587df495c19082a864f2373b2 (diff) |
Edition of mailboxes, aliases and lists.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
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; |