Commit 309615c20eb71451a1f02fe69966cfd326e13bf8
1 parent
092e0c55
Exists in
master
and in
9 other branches
Adding distance between form's institution field and button on profile edit page
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
cadastro.css
... | ... | @@ -179,7 +179,9 @@ margin:10px; |
179 | 179 | padding: 15px !important; |
180 | 180 | } |
181 | 181 | |
182 | - | |
182 | +#profile-data .institution_container #input_institution { | |
183 | + margin-bottom: 10px; | |
184 | +} | |
183 | 185 | |
184 | 186 | /* cadastro de software */ |
185 | 187 | |
... | ... | @@ -749,7 +751,7 @@ body #content form .button-bar .icon-delete { |
749 | 751 | |
750 | 752 | .formfield{ |
751 | 753 | font-weight: 500; |
752 | - padding-right: 10px; | |
754 | + padding-right: 10px; | |
753 | 755 | } |
754 | 756 | |
755 | 757 | .formlabel{ |
... | ... | @@ -820,7 +822,7 @@ body #content .main-block form .button-bar a.button, |
820 | 822 | body #content .main-content form .button-bar a.button { |
821 | 823 | padding: 1px 0 0 0; |
822 | 824 | height: 0; |
823 | - line-height: auto; | |
825 | + line-height: auto; | |
824 | 826 | color: #2C66CE; |
825 | 827 | font-size: 14px; |
826 | 828 | border: 1px solid #2C66CE; | ... | ... |