diff --git a/common/css/default.css b/common/css/default.css index 6df660636..c1f42b583 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -28,6 +28,16 @@ overflow:hidden; } +#closeOriginalImageBtn { + position:absolute; + right:10px; + top:10px; + cursor:pointer; + width:60px; + height:20px; + border:1px solid #FFFFFF; +} + FORM { display:inline; } diff --git a/common/tpl/common_footer.html b/common/tpl/common_footer.html index aba56e3fd..4dd6196d3 100644 --- a/common/tpl/common_footer.html +++ b/common/tpl/common_footer.html @@ -1,5 +1,8 @@ {Context::getHtmlFooter()}

+
+