Commit 2c9208e0eab8b7d7c4f6ce1c6ed8538ed4fc51ca
Committed by
Luciano Prestes
1 parent
0c4bac32
Exists in
master
and in
21 other branches
Resized alert block on user create form
[issue: #557] Signed-off-by: Carlos Coêlho <carlosoliveira@duzeru.org> Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
@@ -570,11 +570,20 @@ form.signup { | @@ -570,11 +570,20 @@ form.signup { | ||
570 | float: right; | 570 | float: right; |
571 | } | 571 | } |
572 | 572 | ||
573 | +.signup div.form-group.alert { | ||
574 | + padding: 0px 10px 10px 10px; | ||
575 | +} | ||
576 | + | ||
577 | +.signup div.form-group.alert ul.errorlist { | ||
578 | + padding-left: 15px; | ||
579 | +} | ||
580 | + | ||
573 | .signup-help { | 581 | .signup-help { |
574 | font-size: 16px; | 582 | font-size: 16px; |
575 | font-family: Arial; | 583 | font-family: Arial; |
576 | padding-top: 7px; | 584 | padding-top: 7px; |
577 | -} | 585 | + |
586 | + } | ||
578 | 587 | ||
579 | a.btn { | 588 | a.btn { |
580 | margin: 2px 0 2px 0; | 589 | margin: 2px 0 2px 0; |