diff --git a/interface/blog/comment/delete/index.php b/interface/blog/comment/delete/index.php index 4fc345efd..efa7c999a 100644 --- a/interface/blog/comment/delete/index.php +++ b/interface/blog/comment/delete/index.php @@ -223,7 +223,7 @@
<?php echo _text('텍스트큐브 로고');?> - + X
Canon - 1.9 + 1.10.2 diff --git a/skin/admin/canon/popup-comment.css b/skin/admin/canon/popup-comment.css index e79f25dba..191b4ddc4 100644 --- a/skin/admin/canon/popup-comment.css +++ b/skin/admin/canon/popup-comment.css @@ -28,6 +28,22 @@ body border-radius: 2px; } +/* Close button */ +a.close-button { + display:block; + position:absolute; + width:30px; + height:30px; + top:10px; + right:10px; + color:#fff; + background-image: url("./image/btn_close.png"); +} + +a.close-button span { + display:none; +} + /* Ask whether edit or delete ********************************************************************/ #comment-box