aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:05:05 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:07:07 +0100
commitbbf7a4b561414d43bedde682c9f7b041c6de88ad (patch)
tree6cf07611b0cfeca6c2297792347b916a6c0ff5ef /css
parent58bf9c43bf20c060a9e0623cb9f032b63889b384 (diff)
Amavis attributes and templates.
Diffstat (limited to 'css')
-rw-r--r--css/style.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 1021403..a9090e5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -22,7 +22,7 @@ body {
h1, h2, h3 {
margin: 15pt auto 10pt auto;
}
-span.domain, span.email, span.alias, span.user, span.list {
+span.domain, span.email, span.alias, span.user, span.list, span.code {
font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
}
.errorhttp {
@@ -43,7 +43,7 @@ form.loginform {
width: 300px;
background: #F5F5F5;
}
-table.loginform {
+table.loginform, table.antispam {
margin:0 auto 5pt auto;
border-collapse:collapse;
}
@@ -58,6 +58,22 @@ td.label {
text-align: right;
vertical-align: top;
}
+table.antispam td.label {
+ text-align: justify;
+ vertical-align: middle;
+ width: 65%;
+}
+table.antispam td {
+ text-align: left;
+ padding: 0 0 0 15pt;
+ width: 35%;
+ font-size: 10pt;
+}
+div.antispam {
+ font-size: 10pt;
+ margin:1.5em auto 0 auto;
+ width: 95%;
+}
/* Header */