Merge pull request #14967 from owncloud/checkbox-alignment
Share dropdown: fix checkbox alignment, more whitespace
This commit is contained in:
commit
c56321e46f
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue