summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 87f599c..3ae5871 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -110,6 +110,17 @@ form {
margin-bottom: 0;
}
+form .error {
+ color: red;
+}
+
+form .success {
+ color: green;
+ margin-top: 1em;
+ margin-bottom: 0.5em;
+ text-align: center;
+}
+
div#disabled {
background-color: rgba(0, 0, 0, 0.7);
cursor: wait;
@@ -121,14 +132,10 @@ div#disabled {
}
/* modal screens*/
-#screen-login, #screen-signup, #screen-change-pass, #screen-settings, #screen-upgrade-to-aai {
+#screen-login, #screen-signup, #screen-change-password, #screen-settings, #screen-upgrade-to-aai {
padding: 15px 0;
}
-#screen-login div.login-failed {
- color: red;
-}
-
/* screen language */
#screen-language {
margin-top: 4em;