From 6f77f398674488540a3174c65ad6cc95fd819927 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 26 Feb 2016 15:26:54 +0100 Subject: Remove unused id attributes in index.html --- css/codeq.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css') 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; -- cgit v1.2.1