mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
proper padding and whitespace for share and more actions
This commit is contained in:
parent
2458a09ac4
commit
8d1fb6059f
2 changed files with 9 additions and 6 deletions
|
|
@ -572,6 +572,13 @@ a.action > img {
|
|||
opacity: 0;
|
||||
display:none;
|
||||
}
|
||||
#fileList a.action.action-share,
|
||||
#fileList a.action.action-menu {
|
||||
padding: 17px 14px;
|
||||
}
|
||||
#fileList .fileActionsMenu {
|
||||
margin-right: 21px;
|
||||
}
|
||||
|
||||
.ie8 #fileList a.action img,
|
||||
#fileList tr:hover a.action,
|
||||
|
|
|
|||
|
|
@ -47,15 +47,11 @@ table td.filename .nametext {
|
|||
display: inline !important;
|
||||
}
|
||||
#fileList a.action.action-menu img {
|
||||
padding-left: 2px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#fileList .fileActionsMenu {
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* some padding for better clickability */
|
||||
#fileList a.action img {
|
||||
padding: 0 6px 0 12px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
/* hide text of the share action on mobile */
|
||||
#fileList a.action-share span {
|
||||
|
|
|
|||
Loading…
Reference in a new issue