2015-06-02 15:12:47 +03:00
|
|
|
#fileSharingSettings img {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-06-17 13:34:49 +03:00
|
|
|
|
|
|
|
#fileSharingSettings xmp {
|
|
|
|
margin-top: 0;
|
2015-08-24 10:36:44 +03:00
|
|
|
white-space: pre-wrap;
|
2015-06-17 13:34:49 +03:00
|
|
|
}
|
|
|
|
|
2016-08-09 14:14:55 +03:00
|
|
|
#fileSharingSettings .icon {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2015-06-17 13:34:49 +03:00
|
|
|
[class^="social-"], [class*=" social-"] {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 2px;
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
padding-left: 29px;
|
|
|
|
background-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-gnu {
|
|
|
|
background-image: url('../img/social-gnu.svg');
|
|
|
|
}
|
|
|
|
.social-diaspora {
|
|
|
|
background-image: url('../img/social-diaspora.svg');
|
|
|
|
}
|
|
|
|
.social-twitter {
|
|
|
|
background-image: url('../img/social-twitter.svg');
|
|
|
|
}
|
|
|
|
.social-facebook {
|
|
|
|
background-image: url('../img/social-facebook.svg');
|
|
|
|
}
|
|
|
|
.social-googleplus {
|
|
|
|
background-image: url('../img/social-googleplus.svg');
|
|
|
|
}
|