aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:33:26 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:33:26 +0200
commit9b6e36c978fbeff57626a75ecb4a04b6feb4ad97 (patch)
tree30ea9f08ee1e1c9d9dde57fcb01702471fe0d268
parent42c3fc18e894841e6578b5814405b41946b64639 (diff)
CSS
-rw-r--r--css/style.css7
-rw-r--r--template/add-alias.html1
-rw-r--r--template/add-list.html1
-rw-r--r--template/add-mailbox.html1
-rw-r--r--template/edit-alias.html1
-rw-r--r--template/edit-domain.html1
-rw-r--r--template/edit-list.html1
-rw-r--r--template/edit-mailbox.html1
8 files changed, 7 insertions, 7 deletions
diff --git a/css/style.css b/css/style.css
index b3921df..426b4fc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -150,13 +150,6 @@ form.editform {
width: 80ex;
background:#E7EFF7;
}
-table.editform {
- margin:0 auto 5pt auto;
- border-collapse:collapse;
-}
-table.editform td {
- padding:0 5pt 0 0;
-}
div.editform {
text-align: center;
}
diff --git a/template/add-alias.html b/template/add-alias.html
index c3146ea..385060e 100644
--- a/template/add-alias.html
+++ b/template/add-alias.html
@@ -75,6 +75,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/add-list.html b/template/add-list.html
index 2ce179c..30f31ce 100644
--- a/template/add-list.html
+++ b/template/add-list.html
@@ -82,6 +82,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/add-mailbox.html b/template/add-mailbox.html
index 4079da0..5966b5f 100644
--- a/template/add-mailbox.html
+++ b/template/add-mailbox.html
@@ -92,6 +92,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/edit-alias.html b/template/edit-alias.html
index 7539496..316c181 100644
--- a/template/edit-alias.html
+++ b/template/edit-alias.html
@@ -77,6 +77,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/edit-domain.html b/template/edit-domain.html
index 8e2ada3..fa3d8e3 100644
--- a/template/edit-domain.html
+++ b/template/edit-domain.html
@@ -79,6 +79,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/edit-list.html b/template/edit-list.html
index edcdd3f..f77e49b 100644
--- a/template/edit-list.html
+++ b/template/edit-list.html
@@ -64,6 +64,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html
index ed84558..5cc6a00 100644
--- a/template/edit-mailbox.html
+++ b/template/edit-mailbox.html
@@ -106,6 +106,7 @@
</p>
<hr/>
+ <br/>
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />