Commit 0ab632845da36e0aabd7e4ee8ddc3c171f99e66b
1 parent
5de354cb
Exists in
master
and in
29 other branches
social-share: fixes css to even out buttons
(ActionItem3238)
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
plugins/social_share_privacy/public/socialshareprivacy/stylesheets/common.css
... | ... | @@ -24,6 +24,7 @@ |
24 | 24 | .social_share_privacy_area.line li { |
25 | 25 | height: 21px; |
26 | 26 | float: left; |
27 | + width: 33%; | |
27 | 28 | } |
28 | 29 | .social_share_privacy_area li .dummy_btn { |
29 | 30 | cursor: pointer; |
... | ... | @@ -32,7 +33,7 @@ |
32 | 33 | } |
33 | 34 | .social_share_privacy_area.line li .dummy_btn { |
34 | 35 | float: left; |
35 | - margin: 0 20px 0 10px; | |
36 | + margin: 0 10px 0 10px; | |
36 | 37 | } |
37 | 38 | .social_share_privacy_area.box li .dummy_btn { |
38 | 39 | margin-bottom: 10px; | ... | ... |
plugins/social_share_privacy/public/socialshareprivacy/stylesheets/modules/facebook.css
plugins/social_share_privacy/public/socialshareprivacy/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; | ... | ... |