Commit 4b3b2a644ef6c1076dc62a9b405218ebe71108b1
1 parent
0dba8d6e
Exists in
master
and in
9 other branches
Fixing buttons padding
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cadastro.css
... | ... | @@ -697,8 +697,8 @@ body #content .main-content form .button-bar a.button { |
697 | 697 | margin-right: 10px; |
698 | 698 | display: inline-block; |
699 | 699 | min-width: 100px; |
700 | - padding-right: 5px; | |
701 | - padding-left: 5px; | |
700 | + padding-right: 10px; | |
701 | + padding-left: 10px; | |
702 | 702 | text-align: center; |
703 | 703 | } |
704 | 704 | ... | ... |