]> git.ozlabs.org Git - patchwork/blobdiff - htdocs/css/style.css
templates: use custom templates for password change
[patchwork] / htdocs / css / style.css
index 75e300001b8937f71bbc9e5d6932dba86de378fa..2b9f770204f9a493aadbd8046acbdbe4f3a0aa17 100644 (file)
@@ -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 {