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

View file

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