summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:26:54 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:26:54 +0100
commit6f77f398674488540a3174c65ad6cc95fd819927 (patch)
tree7a2611c330512bb0642affa6a5201ba5d303be81 /css
parent5dd793cdaadc0456892673ee70a04df774bae522 (diff)
Remove unused id attributes in index.html
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 33a4c2f..80522c9 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -105,10 +105,21 @@ button.navbar-toggle > span.glyphicon {
margin: 0;
}
+/* misc */
form {
margin-bottom: 0;
}
+div#disabled {
+ background-color: rgba(0, 0, 0, 0.7);
+ cursor: wait;
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+}
+
/* modal screens*/
#screen_login, #screen_signup, #screen_change_pass, #screen_settings, #screen_upgrade_to_aai {
padding: 15px 0;