Fix styling of the breadcrumbs icon

* properly center share icon
* also apply styles for public share icon

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-11-08 11:14:36 +01:00
parent 6c323496ab
commit 742ece8b7a
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 6 additions and 3 deletions

View File

@ -20,12 +20,15 @@
* *
*/ */
div.crumb span.icon-share { div.crumb span.icon-share,
div.crumb span.icon-public {
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
opacity: 0.2; opacity: 0.2;
margin-right: 6px;
} }
div.crumb span.icon-share.shared { div.crumb span.icon-share.shared,
div.crumb span.icon-public.shared {
opacity: 0.7; opacity: 0.7;
} }

View File

@ -901,7 +901,7 @@ div.crumb > span {
color: #555; color: #555;
} }
div.crumb.last a { div.crumb.last a {
padding-right: 14px; padding-right: 0px;
} }
div.crumb:first-child a { div.crumb:first-child a {
position: relative; position: relative;