dokuwiki-plugin-userhomepage/style.css

10 lines
469 B
CSS
Raw Permalink Normal View History

/********************************************************************
Screen Styles for the Userhomepage Plugin (additional to all.css)
********************************************************************/
a.uhp_private,a.uhp_public { padding-left:19px; }
a.uhp_private { background:url(images/ns.png) no-repeat left; }
a.uhp_public { background:url(images/user.png) no-repeat left; }
2015-07-10 21:53:41 +02:00
a.uhp_fa i.fa-user-secret,
a.uhp_fa i.fa-user { padding: 0 5px 0 2px !important; }