Commit c03898a2a5e0cd95d89b868189e98fb53f00b4d5
1 parent
d3c44cc2
Exists in
fix_javascript
and in
1 other branch
Fixing form's button padding
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
cadastro.css
@@ -692,7 +692,9 @@ body #content .main-block form .button-bar a.button{ | @@ -692,7 +692,9 @@ body #content .main-block form .button-bar a.button{ | ||
692 | border: 0; | 692 | border: 0; |
693 | margin-right: 10px; | 693 | margin-right: 10px; |
694 | display: inline-block; | 694 | display: inline-block; |
695 | - width: 100px; | 695 | + min-width: 100px; |
696 | + padding-right: 5px; | ||
697 | + padding-left: 5px; | ||
696 | text-align: center; | 698 | text-align: center; |
697 | } | 699 | } |
698 | 700 |