diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:11:13 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:11:13 +0100 |
commit | 5dd793cdaadc0456892673ee70a04df774bae522 (patch) | |
tree | bda67245bb5feac16c53f224436a072999367f54 /css | |
parent | fbd97fa0a236a50cd07a1194c8f32c5445e685b9 (diff) |
Improve forms
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
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; |