Merge pull request #14967 from owncloud/checkbox-alignment

Share dropdown: fix checkbox alignment, more whitespace
This commit is contained in:
Morris Jobke 2015-03-18 01:12:15 +01:00
commit c56321e46f
1 changed files with 5 additions and 2 deletions

View File

@ -87,6 +87,7 @@
#dropdown input[type="checkbox"] {
margin:0 3px 0 8px;
vertical-align: middle;
}
a.showCruds {
@ -126,8 +127,10 @@ a.unshare {
width:12px;
}
.reshare,#link label,#expiration label {
padding-left:8px;
.reshare,#link label,
#expiration label {
display: inline-block;
padding: 6px 4px;
}
a.showCruds:hover,a.unshare:hover {