Skip to content
Snippets Groups Projects
Commit 14f10477 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #71715 improve css

parent eac0a2ba
2 merge requests!2508Dev#71715 explorateur de fichiers,!2505Dev#71715 explorateur de fichiers
Pipeline #3498 passed with stage
in 26 minutes and 43 seconds
......@@ -46,7 +46,6 @@ body .file-manager div.actions a {
body .file-manager div.actions a {
float: none;
display: block;
}
body[class*="file-manager"] #image_preview,
......@@ -255,6 +254,16 @@ body .file-manager .browser dl + a {
clear: left;
}
body .file-manager .actions a {
display: none;
}
body .file-manager .file-manager-contextmenu a,
body .file-manager .actions > a.file,
body .file-manager .actions > a.directory {
display: block;
}
body .file-manager .show_actions > .actions > a {
display: inline-block;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment