<기능개선>
통합테스트목록 - {512}
FO/css/mypage.css
FO/Views/My/LectureOn/cshtml
사용자 교육일정변경페이지 안내문구 추가
This commit is contained in:
parent
227918b51a
commit
df86f86ddf
|
|
@ -2,6 +2,9 @@
|
||||||
@{
|
@{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
<div class="mpgInfo mpgInfored">
|
||||||
|
<p style="color: red; font-size:20px;">※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.</p>
|
||||||
|
</div>
|
||||||
<table class="lctAply">
|
<table class="lctAply">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -56,7 +59,7 @@
|
||||||
</table>
|
</table>
|
||||||
@if (Model.Lects.Count() < 1)
|
@if (Model.Lects.Count() < 1)
|
||||||
{
|
{
|
||||||
<div style="text-align: center; padding: 20px;">- 수강중인 강좌가 없습니다.</div>
|
<div style="text-align: center; padding: 20px;">- 일정을 변경할 교육이 없습니다.</div>
|
||||||
}
|
}
|
||||||
<form id="mform" method="post" action="">
|
<form id="mform" method="post" action="">
|
||||||
@Html.HiddenFor(m => m.intval)
|
@Html.HiddenFor(m => m.intval)
|
||||||
|
|
|
||||||
|
|
@ -255,6 +255,7 @@
|
||||||
.mt0 {margin-top:0 !important;}
|
.mt0 {margin-top:0 !important;}
|
||||||
.mpgName {height:60px; line-height:60px; margin-bottom:10px; font-size:15pt;}
|
.mpgName {height:60px; line-height:60px; margin-bottom:10px; font-size:15pt;}
|
||||||
.mpgInfo {padding:20px; background:#ecf4fb; margin-bottom:30px;}
|
.mpgInfo {padding:20px; background:#ecf4fb; margin-bottom:30px;}
|
||||||
|
.mpgInfored {background:#fbecec;}
|
||||||
.mpgInfo li {font-size:11pt; color:#000; padding-left:8px; position:relative; margin-bottom:5px; font-weight:300;}
|
.mpgInfo li {font-size:11pt; color:#000; padding-left:8px; position:relative; margin-bottom:5px; font-weight:300;}
|
||||||
.mpgInfo li:last-child {margin-bottom:0;}
|
.mpgInfo li:last-child {margin-bottom:0;}
|
||||||
.mpgInfo li:before {content:""; display:block; width:2px; height:2px; background:#888; position:absolute; left:0; top:10px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}
|
.mpgInfo li:before {content:""; display:block; width:2px; height:2px; background:#888; position:absolute; left:0; top:10px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue