This commit is contained in:
kdh0120 2020-12-17 01:14:52 +00:00
parent 45c9606766
commit 3d8067e11e
5 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,8 @@
}
<div id="lecture" class="@ViewBag.croompageleftmenutoggle">
<div id="lctTop">
<h1 id="gnbLogo" style="background-size:auto 28px;@(!string.IsNullOrEmpty(ViewBag.AssignLogo)?string.Format("background-image: url({0}{1})", ViewBag.Files, ViewBag.AssignLogo):"")"><a href="/">Logo</a></h1>
@*<h1 id="gnbLogo" style="background-size:auto 28px;@(!string.IsNullOrEmpty(ViewBag.AssignLogo)?string.Format("background-image: url({0}{1})", ViewBag.Files, ViewBag.AssignLogo):"")"><a href="/">Logo</a></h1>*@
<h1 id="gnbLogo" style="background-size:auto 28px;background:url('../img/lecture/top_logo.png')no-repeat center center;"><a href="/">Logo</a></h1>
<h2>사이버 강의실</h2>
<ul class="lcttMenu">
<li class="lcttmUser"><a href="/My/MyInfo" title="정보수정"><span>@ViewBag.SSUserName</span>님<div style="background:url('/img/lecture/top_user.png')no-repeat center center;"></div></a></li>

View File

@ -138,6 +138,7 @@
border-radius: 5px;
margin-top: -7px;
white-space: nowrap;
color: #fff;
}
.btn0 {background-color: #002c5d; padding: 7px 30px;}
.btn1 {background-color: #002c5d; padding: 7px 40px;}