Skip to content

Commit

Permalink
fix sharing icon's alignment and add padding to the unshare icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWurst committed Oct 3, 2016
1 parent 092eae4 commit 96af627
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/files_sharing/css/sharetabview.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion core/css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

#shareWithList .sharingOptionsGroup .popovermenu {
right: 12px;
right: 44px;
}

#shareWithList .shareOption {
Expand Down

0 comments on commit 96af627

Please sign in to comment.