Commit cabea3813ac1c22dfb36bb11839c81fae7c5fb94
1 parent
60c6ac65
Exists in
master
and in
29 other branches
Fixed checkbox on signup page on webkit browsers
(ActionItem2743)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -6089,6 +6089,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { |
| 6089 | 6089 | #terms-of-use-box input[type=checkbox] { |
| 6090 | 6090 | border: 1px solid #FFA514; |
| 6091 | 6091 | background: #FFF; |
| 6092 | + width: auto; | |
| 6092 | 6093 | } |
| 6093 | 6094 | |
| 6094 | 6095 | #signup-form #terms-of-use-box label { | ... | ... |