Commit 0e275860981d0f38d88bf6501860632659a60593
1 parent
ace31401
Exists in
master
and in
8 other branches
Removing delete button float right
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
cadastro.css
... | ... | @@ -723,6 +723,10 @@ body #content .main-content form .icon-add:before { |
723 | 723 | text-align: center; |
724 | 724 | } |
725 | 725 | |
726 | +body #content form .button-bar .icon-delete { | |
727 | + float: none; | |
728 | +} | |
729 | + | |
726 | 730 | .dynamic-table{ |
727 | 731 | border: none; |
728 | 732 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; | ... | ... |