diff --git a/src/main/webapp/ReportGenerator.css b/src/main/webapp/ReportGenerator.css index ceaa62b..2bea911 100644 --- a/src/main/webapp/ReportGenerator.css +++ b/src/main/webapp/ReportGenerator.css @@ -1,15 +1,14 @@ @import url('reports/old-dialog.css'); .exportPanel { - margin: 10px 5px 5px 20px; + margin: 5px 5px 5px 20px; border: 1px solid #e3e8f3; padding: 10px; background-color: #FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - width: 775px; - height: 20px; + height: 0px; opacity: 0; transition-property: opacity, height;