add basich sharing functionality logic

This commit is contained in:
Vinzenz
2016-05-31 14:16:43 +02:00
parent 9eede1756d
commit df3db489f4
9 changed files with 49 additions and 15 deletions

View File

@@ -47,8 +47,6 @@
/* Grid Note */
#div-content .note-title {
height: 28px;
width: calc(100% - 20px);
font-size: 18px;
font-weight: bold;
text-overflow: ellipsis;
@@ -56,6 +54,12 @@
overflow: hidden;
}
#div-content .shared-title {
float: right;
margin: 2px;
opacity: 0.5;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */