This commit is contained in:
parent
45c9606766
commit
3d8067e11e
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -16,7 +16,8 @@
|
||||||
}
|
}
|
||||||
<div id="lecture" class="@ViewBag.croompageleftmenutoggle">
|
<div id="lecture" class="@ViewBag.croompageleftmenutoggle">
|
||||||
<div id="lctTop">
|
<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>
|
<h2>사이버 강의실</h2>
|
||||||
<ul class="lcttMenu">
|
<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>
|
<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>
|
||||||
|
|
|
||||||
|
|
@ -138,6 +138,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
.btn0 {background-color: #002c5d; padding: 7px 30px;}
|
.btn0 {background-color: #002c5d; padding: 7px 30px;}
|
||||||
.btn1 {background-color: #002c5d; padding: 7px 40px;}
|
.btn1 {background-color: #002c5d; padding: 7px 40px;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue