summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2015-01-13 18:17:27 -0600
committerDan McGee <dan@archlinux.org>2015-01-13 18:24:56 -0600
commit5a31b868715dbd1a4e7fd87f0f9f04e2c8395391 (patch)
treec10f736a66080cc07f5514db2686c792d717ad47 /sitestatic
parent1edc33fd73ba588dea8765cd2d9a936f98d7dc1e (diff)
downloadarchweb-5a31b868715dbd1a4e7fd87f0f9f04e2c8395391.tar.gz
archweb-5a31b868715dbd1a4e7fd87f0f9f04e2c8395391.zip
Slight tweaks to login and logout pages
Turns out has_errors hasn't worked since Django pre-1.0, wow. Remove that old code and clean up some other small things while we're in there. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index cd46e4c0..cc3b9742 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -401,6 +401,10 @@ ul.errorlist {
color: red;
}
+form ul.errorlist {
+ margin: 0.5em 0;
+}
+
/* JS sorting via tablesorter */
table th.tablesorter-header {
padding-right: 20px;