Commit 19ece8ee8bfd8520d9099b7229ceb702867fdcb8
1 parent
769f8d75
Exists in
master
and in
29 other branches
Changed margin of signup fields
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -5863,19 +5863,19 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { |
5863 | 5863 | } |
5864 | 5864 | |
5865 | 5865 | #signup-form small#password-balloon { |
5866 | - top: -75px; | |
5866 | + top: -85px; | |
5867 | 5867 | } |
5868 | 5868 | |
5869 | 5869 | #signup-form small#password-confirmation-balloon { |
5870 | - top: -75px; | |
5870 | + top: -85px; | |
5871 | 5871 | } |
5872 | 5872 | |
5873 | 5873 | #signup-form small#email-balloon { |
5874 | - top: -75px; | |
5874 | + top: -85px; | |
5875 | 5875 | } |
5876 | 5876 | |
5877 | 5877 | #signup-form small#name-balloon { |
5878 | - top: -75px; | |
5878 | + top: -85px; | |
5879 | 5879 | } |
5880 | 5880 | |
5881 | 5881 | #signup-form .required-field label, | ... | ... |