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

pull/607/head
Christoph Wurst 8 years ago
parent 092eae4966
commit 96af627bb7
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 10
      apps/files_sharing/css/sharetabview.css
  2. 2
      core/css/share.css

@ -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…
Cancel
Save