diff --git a/dspace-xmlui-mirage2/src/main/webapp/images/@mirelogo-small.png b/dspace-xmlui-mirage2/src/main/webapp/images/@mirelogo-small.png deleted file mode 100644 index 6466e7f155..0000000000 Binary files a/dspace-xmlui-mirage2/src/main/webapp/images/@mirelogo-small.png and /dev/null differ diff --git a/dspace-xmlui-mirage2/src/main/webapp/images/atmire-logo-small.svg b/dspace-xmlui-mirage2/src/main/webapp/images/atmire-logo-small.svg new file mode 100644 index 0000000000..af6d2e416b --- /dev/null +++ b/dspace-xmlui-mirage2/src/main/webapp/images/atmire-logo-small.svg @@ -0,0 +1,21 @@ + + + + diff --git a/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl b/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl index e88c287a3a..fec7881b52 100644 --- a/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl +++ b/dspace-xmlui-mirage2/src/main/webapp/xsl/core/page-structure.xsl @@ -729,8 +729,8 @@
diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/images/@mirelogo-small.png b/dspace-xmlui/src/main/webapp/themes/Mirage/images/@mirelogo-small.png deleted file mode 100644 index 777bf343dd..0000000000 Binary files a/dspace-xmlui/src/main/webapp/themes/Mirage/images/@mirelogo-small.png and /dev/null differ diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/images/atmire-logo-small.svg b/dspace-xmlui/src/main/webapp/themes/Mirage/images/atmire-logo-small.svg new file mode 100644 index 0000000000..af6d2e416b --- /dev/null +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/images/atmire-logo-small.svg @@ -0,0 +1,21 @@ + + + + diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css index e1b78256ea..52d79bf2f3 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css @@ -179,10 +179,10 @@ select.multiple { #ds-footer-logo { display: inline-block; - background: url('../../images/@mirelogo-small.png'); + background: url('../../images/atmire-logo-small.svg'); background-repeat: no-repeat; - width: 79px; - height: 40px; + width: 110px; + height: 30px; } #ds-footer-links { diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl index d250540e0e..4ad8970d37 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl @@ -588,7 +588,7 @@