diff options
-rw-r--r-- | pytask/static/css/base.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pytask/static/css/base.css b/pytask/static/css/base.css index 25cad24..0d698b6 100644 --- a/pytask/static/css/base.css +++ b/pytask/static/css/base.css @@ -231,6 +231,15 @@ div #loginform #field input { padding: 3px; } +div #loginform #error { + width: 100%; + clear: left; + color: red; + text-align: center; + display: none; +} + + /* Buttons to be used in forms and other places */ div button { width:150px; |