From 4a9cea7d2e5939d31949e5a408bb08c4e30d82bf Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 23 Mar 2020 07:47:41 +0000 Subject: [PATCH] special-case the files table with some padding to make the hover menu visible without scrolling, in some cases. --- webui/src/main/css/muwire.css | 3 +++ webui/src/main/webapp/SharedFiles.jsp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index dbfe6eeb..918752f4 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -6,6 +6,9 @@ overflow:auto; margin-top:20px; } +.filesTable { + padding-bottom: 6%; +} #table-wrapper table { width:100%; diff --git a/webui/src/main/webapp/SharedFiles.jsp b/webui/src/main/webapp/SharedFiles.jsp index 101b79dc..ae9b5dff 100644 --- a/webui/src/main/webapp/SharedFiles.jsp +++ b/webui/src/main/webapp/SharedFiles.jsp @@ -60,7 +60,7 @@ if (viewAs == null) <% } else { %>
-
+