Fix unshare delete icon

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2016-12-02 17:44:35 +01:00
parent db56df1893
commit 8a12f0bc8f
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
}
#shareWithList .unshare {
padding: 4px;
padding: 1px 6px;
vertical-align: text-bottom;
}
#shareWithList .unshare .icon {
@ -81,6 +81,7 @@
#shareWithList .unshare .icon-delete {
padding-right: 4px;
background-position-x: 0;
display: inline-block;
}
#shareWithList label input[type=checkbox] {

View file

@ -132,7 +132,6 @@ a.unshare {
display:inline-block;
opacity:.5;
padding: 10px;
margin-top: -5px;
}
#link {