mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
fix sharing icon's alignment and add padding to the unshare icon
This commit is contained in:
parent
092eae4966
commit
96af627bb7
2 changed files with 11 additions and 1 deletions
|
|
@ -57,6 +57,16 @@
|
|||
vertical-align:text-bottom; /* properly align icons */
|
||||
}
|
||||
|
||||
#shareWithList .sharingOptionsGroup .icon-more,
|
||||
#shareWithList .unshare .icon-delete {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
#shareWithList .unshare .icon-delete {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#shareWithList label input[type=checkbox]{
|
||||
margin-left: 0;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
|
||||
#shareWithList .sharingOptionsGroup .popovermenu {
|
||||
right: 12px;
|
||||
right: 44px;
|
||||
}
|
||||
|
||||
#shareWithList .shareOption {
|
||||
|
|
|
|||
Loading…
Reference in a new issue