mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
More standard messages and better delete note icon layout
This commit is contained in:
@@ -24,13 +24,6 @@
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.icon-delete-note {
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.save-button #unshare-button {
|
||||
display: none;
|
||||
}
|
||||
@@ -58,16 +51,14 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#div-content .shared-title, #div-content .shared-title-owner {
|
||||
#div-content .shared-title,
|
||||
#div-content .shared-title-owner,
|
||||
#div-content .icon-delete-note {
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user