Skip to content

Commit

Permalink
Fixed dataset pg file dropdown menus layered under the footer [ref #7081
Browse files Browse the repository at this point in the history
]
  • Loading branch information
mheppler committed Aug 26, 2020
1 parent 7721db6 commit 20da8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down Expand Up @@ -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;}
Expand Down

0 comments on commit 20da8a4

Please sign in to comment.