|
@@ -95,7 +95,7 @@
});
function save() {
if (getBytes(val("atext")) < 1 && $("input[name=file1]").val() == "") {
- msg("제출내용을 입력해주세요.");
+ msg("첨부된 파일이 없습니다.과제를 업로드 후 제출 버튼을 눌러주세요.");
} else {
confirmtoggle(true, "제출하시겠습니까?", "savego()");
}
diff --git a/FO/css/lecture.css b/FO/css/lecture.css
index 05a04d7..5df05ce 100644
--- a/FO/css/lecture.css
+++ b/FO/css/lecture.css
@@ -366,7 +366,7 @@
.evaDetail td span {vertical-align:middle; font-size:12pt; color:#0068b7;}
.evaDetail td img {vertical-align:middle; margin-left:5px;}
.evaDetail td.evadGray {background:#ebebeb;}
-
+.teskCont .evaDetail th, .teskCont .evaDetail td {font-size:15pt;line-height: 1.6em;}
@media (max-width:1000px) {
.evaList th,
@@ -424,7 +424,7 @@
/* ȳ */
.teskCont {padding:30px 0;}
-.teskCont > dt {position:relative; padding-left:22px; font-size:13pt;}
+.teskCont > dt {position:relative; padding-left:22px; font-size:15pt;}
.teskCont > dt span {color:#ff0000; font-size:13pt;}
.teskCont > dt a {display:block; position:absolute; right:0; bottom:0; width:110px; height:50px; line-height:50px; text-align:center; color:#fff; background:#383838;}
.teskCont > dt:before {content:""; display:block; width:16px; height:16px; border:solid 4px #000; box-sizing:border-box; position:absolute; left:0; top:50%; margin-top:-8px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}
|