Commit 9e473cee38bff6429363f713f00e621aa1f00be4
1 parent
cb10c0e1
Exists in
master
and in
29 other branches
Removed specific css from noosfero
Specific css should be on themes
Showing
1 changed file
with
5 additions
and
10 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -5629,16 +5629,6 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { |
5629 | 5629 | clear: both; |
5630 | 5630 | } |
5631 | 5631 | |
5632 | -.action-account-signup #content .no-boxes h1 { | |
5633 | - font-variant: normal; | |
5634 | - border-bottom: 0; | |
5635 | - color: #666666; | |
5636 | - font-weight: lighter; | |
5637 | - text-align: center; | |
5638 | - margin-top: 35px; | |
5639 | - margin-left: 12px; | |
5640 | -} | |
5641 | - | |
5642 | 5632 | #signup-form { |
5643 | 5633 | color: #4A4A4A; |
5644 | 5634 | } |
... | ... | @@ -5912,6 +5902,11 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { |
5912 | 5902 | } |
5913 | 5903 | |
5914 | 5904 | .action-account-signup .no-boxes { |
5905 | + margin-left: 0px; | |
5906 | + margin-right: 0px; | |
5907 | +} | |
5908 | + | |
5909 | +.action-account-signup .no-boxes form { | |
5915 | 5910 | margin-left: 247px; |
5916 | 5911 | margin-right: 247px; |
5917 | 5912 | } | ... | ... |