mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add more whitespace to share link options in dropdown for better clickability and look
This commit is contained in:
parent
6ac677f17a
commit
37a41dad56
1 changed files with 4 additions and 2 deletions
|
|
@ -127,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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue