aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-16 13:16:59 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-16 13:16:59 +0200
commit860f9db5321c1a3dd6acfd937910317a145270ec (patch)
tree09988e2ab095a47dd1eb8deda634fcb565def012 /g
parent5ad311bf621ec542ed16e323428bedc91744d4b8 (diff)
downloadwww-860f9db5321c1a3dd6acfd937910317a145270ec.tar
www-860f9db5321c1a3dd6acfd937910317a145270ec.tar.gz
www-860f9db5321c1a3dd6acfd937910317a145270ec.tar.bz2
www-860f9db5321c1a3dd6acfd937910317a145270ec.tar.xz
www-860f9db5321c1a3dd6acfd937910317a145270ec.zip
Only show social network button if users want's them (mga#18072)
Diffstat (limited to 'g')
-rwxr-xr-x[-rw-r--r--]g/style/bootstrap_theme.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/g/style/bootstrap_theme.css b/g/style/bootstrap_theme.css
index 6bcf515c4..fd13fed97 100644..100755
--- a/g/style/bootstrap_theme.css
+++ b/g/style/bootstrap_theme.css
@@ -121,6 +121,17 @@ https://codepen.io/jakob-e/pen/doMoML
background-size: 100%;
background-repeat: no-repeat;
}
+.share-icon:after{
+ content:'';
+ width: 1rem;
+ height: 1rem;
+ margin-left: 0.3rem;
+ display: inline-block;
+background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E %3Cpath d='M.75 0c-.41 0-.75.34-.75.75v5.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75v-1.25h-1v1h-4v-5h2v-1h-2.25zm5.25 0v1c-2.05 0-3.7 1.54-3.94 3.53.21-.88.99-1.53 1.94-1.53h2v1l2-2-2-2z' /%3E %3C/svg%3E");
+ background-size: 100%;
+ background-repeat: no-repeat;
+}
+
/* custom css for website*/
/* overwrite all.css */