diff --git a/BO/Views/Shared/Partial/MobileChk.cshtml b/BO/Views/Shared/Partial/MobileChk.cshtml index b8b4678..dc682d0 100644 --- a/BO/Views/Shared/Partial/MobileChk.cshtml +++ b/BO/Views/Shared/Partial/MobileChk.cshtml @@ -119,6 +119,6 @@ focus("mobile_lakey"); return; } - capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@(_method)"); + capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@( )"); } \ No newline at end of file diff --git a/Base/Controller/ACommon.cs b/Base/Controller/ACommon.cs index e0fbbc2..1db4e0f 100644 --- a/Base/Controller/ACommon.cs +++ b/Base/Controller/ACommon.cs @@ -672,7 +672,7 @@ namespace NP.Base.Controllers } - result += "\t
  • 교육신청
  • \n"; + result += "\t
  • 일정확인교육신청
  • \n"; string path = Server.MapPath("~/") + "\\Content\\homeDepth2.htm"; System.IO.StreamWriter sw = new System.IO.StreamWriter(path, false, System.Text.Encoding.UTF8); diff --git a/FO/css/style.css b/FO/css/style.css index 0b42004..17e7156 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -876,13 +876,18 @@ body { a.msBtn { display: block; - height: 130px; - line-height: 130px; + line-height: 30px; text-align: center; font-size: 16pt; color: #fff; + margin-top: 20px; } + a.msBtn span { + display: inline-block; + width: 100%; + } + .msBtn:after { content: ''; display: inline-block; @@ -1041,6 +1046,10 @@ a.msBtn { font-size: 14pt; } + a.msBtn span { + display: inline; + } + .msBtn:after { width: 22px; height: 12px;