하단 LANG 삭제, 서브 Header 높이 조정, XEICON소개페이지 CSS수정, 로그인 페이지 너비문제 해결

This commit is contained in:
dlehdanakf 2015-07-06 16:41:43 +09:00
parent 6a1307a3c3
commit e4cd56f46d
3 changed files with 23 additions and 6 deletions

View file

@ -964,6 +964,9 @@ a:hover, a:active, a:focus {
.content > :first-child {
margin-top: 0;
}
.body.fixed-width.none .content {
width:auto;
}
.content img {
max-width: 100%;
height: auto
@ -1121,7 +1124,7 @@ a:hover, a:active, a:focus {
}
.footer .f_cr_area .mobile-footer-member li {
float: left;
width: 33.3%;
width: 50%;
border-left: 1px solid #444;
box-sizing: border-box;
}
@ -1177,6 +1180,9 @@ a:hover, a:active, a:focus {
font-size: 1em;
background: #fff;
}
.onepage .gnb {
margin-top:0;
}
.gnb a {
white-space: normal;
font-size: 14px;
@ -1215,6 +1221,12 @@ a:hover, a:active, a:focus {
color: #555;
line-height: normal
}
.onepage .gnb > ul > li > a:hover,
.onepage .gnb > ul > li > a:focus,
.onepage .gnb > ul > li > a:focus,
.onepage .gnb > ul > li.on > a {
color:#555;
}
.gnb > ul .depth2 {
display: block;
position: static;
@ -1335,8 +1347,8 @@ a:hover, a:active, a:focus {
.visual.sub .sub_title {
position: relative;
z-index: 2;
width:;
margin: 0 auto
width:auto;
margin:0;
}
.visual.sub .sub_title h1 {
position: relative;
@ -1383,7 +1395,7 @@ a:hover, a:active, a:focus {
background: none
}
.visual.sub.sub_type3 {
padding: 100px 0 90px;
padding: 80px 0 0;
line-height: 40px;
text-align: center
}
@ -1392,8 +1404,11 @@ a:hover, a:active, a:focus {
background-attachment: fixed;
background-size: auto auto
}
.visual.sub.sub_type3 .sub_title {
padding:100px 0 70px 0;
}
.visual.sub.sub_type3 .sub_title h1 {
font-size: 39px;
font-size: 23px;
font-weight: 400;
color: #fff;
letter-spacing: 2px

View file

@ -246,6 +246,9 @@
width: auto;
padding: 0 0 0 70px;
}
.XEicon .feature h2 {
padding-top:10px;
}
.XEicon .get_started {
height: auto;
padding: 80px 14px 20px 14px;

View file

@ -430,7 +430,6 @@
<li><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
<li><a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
<!--@end-->
<li><a href="{getUrl('act','dispModuleChangeLang','oldact',$act)}">LANG</a></li>
</ul>
</div>
</footer>