fix sharing icon's alignment and add padding to the unshare icon

This commit is contained in:
Christoph Wurst 2016-10-03 09:35:54 +02:00
parent 092eae4966
commit 96af627bb7
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 11 additions and 1 deletions

View File

@ -57,6 +57,16 @@
vertical-align:text-bottom; /* properly align icons */ 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]{ #shareWithList label input[type=checkbox]{
margin-left: 0; margin-left: 0;
position: relative; position: relative;

View File

@ -69,7 +69,7 @@
} }
#shareWithList .sharingOptionsGroup .popovermenu { #shareWithList .sharingOptionsGroup .popovermenu {
right: 12px; right: 44px;
} }
#shareWithList .shareOption { #shareWithList .shareOption {