summaryrefslogtreecommitdiffstats
path: root/htdocs/css
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2010-12-10 12:24:14 +0800
committerJeremy Kerr <jk@ozlabs.org>2010-12-10 12:24:14 +0800
commit7fb5a6477b853ef758201c3d4b38cd5666b97ef3 (patch)
tree9f279d0ff306ac5d2b4198efbd2a6b02038e2432 /htdocs/css
parentec565d23253cfea2ddc3335e45ce58a0bc1bb052 (diff)
downloadpatchwork-7fb5a6477b853ef758201c3d4b38cd5666b97ef3.tar.bz2
patchwork-7fb5a6477b853ef758201c3d4b38cd5666b97ef3.tar.xz
templates: use custom templates for password change
Add a couple of templates to keep the password change flow in the same look & feel as the rest of the site. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 75e3000..2b9f770 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -393,7 +393,7 @@ table.form tr td.submitrow {
text-align: center;
}
-table.registerform {
+table.registerform, table.passwordform {
margin-left: auto;
margin-right: auto;
}
@@ -410,6 +410,9 @@ table.loginform {
padding-left: 0.2em;
margin: 0em;
}
+.error {
+ color: red;
+}
/* generic table with header columns on the left */
table.horizontal {