proper padding and whitespace for share and more actions

This commit is contained in:
Jan-Christoph Borchardt 2015-08-26 09:47:09 +02:00
parent 2458a09ac4
commit 8d1fb6059f
2 changed files with 9 additions and 6 deletions

View file

@ -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,

View file

@ -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 {