Fix unshare delete icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
db56df1893
commit
8a12f0bc8f
2 changed files with 2 additions and 2 deletions
|
@ -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] {
|
||||
|
|
|
@ -132,7 +132,6 @@ a.unshare {
|
|||
display:inline-block;
|
||||
opacity:.5;
|
||||
padding: 10px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
#link {
|
||||
|
|
Loading…
Reference in a new issue