Commit e44cab7f7133627d300fe887338a108d42a7cc92
1 parent
7248c9ba
Exists in
master
and in
29 other branches
social-share-privacy: updates css
Showing
3 changed files
with
7 additions
and
6 deletions
Show diff stats
plugins/social_share_privacy/public/style.css
plugins/social_share_privacy/public/stylesheets/common.css
plugins/social_share_privacy/public/stylesheets/modules/flattr.css
1 | 1 | .social_share_privacy_area.line .flattr img { |
2 | 2 | width: 72px; |
3 | 3 | height: 20px; |
4 | - margin-right: 98px; | |
4 | + margin-right: 48px; | |
5 | 5 | } |
6 | 6 | .social_share_privacy_area.line .flattr a, |
7 | 7 | .social_share_privacy_area.line .flattr iframe { |
8 | - width: 150px; | |
8 | + width: 110px; | |
9 | 9 | height: 20px; |
10 | - margin-right: 20px; | |
10 | + margin-right: 10px; | |
11 | 11 | } |
12 | 12 | .social_share_privacy_area.line .flattr a { |
13 | 13 | display: inline-block; | ... | ... |