fix sharing icon's alignment and add padding to the unshare icon
This commit is contained in:
parent
092eae4966
commit
96af627bb7
|
@ -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 New Issue