@@ -783,7 +783,7 @@ function popMore(e){
-->
-
+ |
마우스로 엑셀, TXT파일을 여기에 끌어다 놓으세요
diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css
index 74a99179..1b44ce99 100644
--- a/src/main/webapp/publish/css/popupLayer.css
+++ b/src/main/webapp/publish/css/popupLayer.css
@@ -270,6 +270,11 @@
/* .import_layer .titBox>button {height: 30px; font-size: 14px;} */
.import_layer .titBox button.excel_btn i {background-image: url(/publish/images/content/excel_img.png); width: 17px; height: 15px; margin: 0 5px 2px 0;}
+.execl_upload_layer .file_add{height:55px;}
+.execl_upload_layer .file_add img{width:23px;}
+.execl_upload_layer .file_upload_wrap .btnType.c3{height:55px;}
+.execl_upload_layer .popup_btn_wrap2{margin:0 auto !important;}
+
/* TXT파일 불러오기 */
.import_layer .txt_file_title p {font-size: 20px; text-align: center; margin: 30px 0;}
.import_layer .attachedFile {text-align: center; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
|