summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 18:10:32 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 18:10:32 +0100
commit6c3e4fa5a674063e61fb92f5d9001649476c9cc0 (patch)
tree73b794ea979ac17e1166cb304b97249b1fcaacb0 /css
parentaf6f38e8ad6bfcc5410646ee070d05f8ab0783db (diff)
Replace several alerts with friendlier messages
Diffstat (limited to '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;