From 20da8a44b8ae39d7cd7484bd25eb9c4ff5e00d87 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Wed, 26 Aug 2020 10:43:41 -0400 Subject: [PATCH] Fixed dataset pg file dropdown menus layered under the footer [ref #7081] --- src/main/webapp/resources/css/structure.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index 16f6586a566..9f42fc0b35f 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -63,7 +63,7 @@ body .ui-widget {font-size: inherit;} #status-alert {margin-top:0; margin-bottom:0;} #status-alert div.alert {border:0; box-shadow:none;} -#footer {position:absolute; bottom:0; width:100%; height:60px; padding-bottom:100px; color:#808080;} +#footer {position:absolute; z-index:-1; bottom:0; width:100%; height:60px; padding-bottom:100px; color:#808080;} #footer.widget-view {position:fixed; left:0; bottom:0; margin:0; padding:4px 0 0 0; min-height:44px; height:auto; background:#fff;} #footer .poweredbylogo {text-align:right;} #footer .poweredbylogo span {font-size:.85em;margin-right:.3em;} @@ -831,7 +831,7 @@ div[id$="filesTable"] .ui-paginator .ui-paginator-pages .ui-state-active { /* FILES TREE */ div[id$="filesTree"] span.ui-treenode-label span[class^='icon'] {margin-left: -2px;} -span.ingest-warning {font-size:2em !important; line-height:1; vertical-align: middle;} +/* span.ingest-warning {font-size:2em !important; line-height:1; vertical-align: middle;} */ /* DOWNLOAD POPUP */ div.panel-body.read-terms{max-height:220px; overflow-y:scroll; width:100%; background-color:#eeeeee;}