summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:11:13 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:11:13 +0100
commit5dd793cdaadc0456892673ee70a04df774bae522 (patch)
treebda67245bb5feac16c53f224436a072999367f54 /css
parentfbd97fa0a236a50cd07a1194c8f32c5445e685b9 (diff)
Improve forms
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css
index cc39ad9..33a4c2f 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -105,6 +105,10 @@ button.navbar-toggle > span.glyphicon {
margin: 0;
}
+form {
+ margin-bottom: 0;
+}
+
/* modal screens*/
#screen_login, #screen_signup, #screen_change_pass, #screen_settings, #screen_upgrade_to_aai {
padding: 15px 0;