File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
apps/federatedfilesharing Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3030
3131.social-diaspora {
3232 @include icon-color (' social-diaspora' , ' federatedfilesharing' , $color-black );
33- padding-left : 26px ;
3433}
3534.social-twitter {
3635 @include icon-color (' social-twitter' , ' federatedfilesharing' , $color-black );
37- padding-left : 26px ;
3836}
3937.social-facebook {
4038 @include icon-color (' social-facebook' , ' federatedfilesharing' , $color-black );
41- padding-left : 26px ;
39+ }
40+
41+ .social_sharing_buttons {
42+ padding-left : 30px !important ;
4243}
Original file line number Diff line number Diff line change 2222
2323 <p>
2424 <?php p ($ l ->t ('Share it so your friends can share files with you: ' )); ?> <br>
25- <button class="social-facebook pop-up"
25+ <button class="social-facebook pop-up social_sharing_buttons "
2626 data-url='https://www.facebook.com/sharer/sharer.php?u=<?php p (urlencode ($ _ ['reference ' ])); ?> '>
2727 Facebook
2828 </button>
29- <button class="social-twitter pop-up"
29+ <button class="social-twitter pop-up social_sharing_buttons "
3030 data-url='https://twitter.com/intent/tweet?text=<?php p (urlencode ($ _ ['message_with_URL ' ])); ?> '>
3131 Twitter
3232 </button>
33- <button class="social-diaspora pop-up"
33+ <button class="social-diaspora pop-up social_sharing_buttons "
3434 data-url='https://share.diasporafoundation.org/?title=<?php p ($ _ ['message_without_URL ' ]); ?> &url=<?php p (urlencode ($ _ ['reference ' ])); ?> '>
3535 Diaspora
3636 </button>
You can’t perform that action at this time.
0 commit comments