add share icon to owner's note as well

This commit is contained in:
Vinzenz
2016-05-31 17:23:15 +02:00
parent a19bc47bd3
commit c84dbf4d97
5 changed files with 26 additions and 2 deletions

View File

@@ -54,12 +54,16 @@
overflow: hidden;
}
#div-content .shared-title {
#div-content .shared-title, #div-content .shared-title-owner {
float: right;
margin: 2px;
opacity: 0.5;
}
#div-content .shared-title-owner {
margin-right: 25px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */