Admin RWD width adjust 980px -> 800px.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-26 02:57:31 +00:00
parent 66c9ae5bb7
commit e5e4e8143d
2 changed files with 7 additions and 7 deletions

View file

@ -188,7 +188,7 @@ body>.x,
.x>.body>.gnb>ul>li.open>a>i,
.x>.body>.gnb>ul>li.active>a>i,
.x_modal .x_modal-header>h3:before{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.body>.gnb>ul>li:first-child>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
}
/* Layout */
@ -205,7 +205,7 @@ body>.x,
.x>.body>.content>*:first-child{margin-top:0}
.x>.body>.gnb{width:180px;position:relative;margin:15px 0 0 -215px;float:left;display:inline}
.x>.body.wide>.gnb{width:38px;margin-left:-70px}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.header{border-bottom:0}
.x>.header:before{content:normal}
.x>.body,
@ -237,7 +237,7 @@ body>.x,
@media all and (max-width:480px){
.x>.header>.site{margin-top:0}
}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.header>.account{margin-top:0}
}
/* Footer */
@ -272,7 +272,7 @@ body>.x,
.x>.body>.gnb>.ex>li[data-index="6"],
.x>.body>.gnb>.ex>li[data-index="7"]{display:block}
.x>.body>.gnb>ul>li[data-index].active_{display:none}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.body>.gnb>ul{border:0}
.x>.body>.gnb>ul>li{display:none}
.x>.body>.gnb.open>ul>li{display:block}
@ -312,7 +312,7 @@ body>.x,
.x>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
.x>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#3886d0;background:-webkit-gradient(linear,left top,left bottom,from(#6ebcea),to(#3886d0));background:-moz-linear-gradient(top,#6ebcea,#3886d0);background:-o-linear-gradient(top,#6ebcea,#3886d0)}
.x>.body>.gnb>ul>li.active>a{font-weight:bold;color:#fff;text-shadow:none;background:#222;background:-webkit-linear-gradient(top,from(#555),to(#222));background:-moz-linear-gradient(top,#555,#222);background:-o-linear-gradient(top,#555,#222)}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.body>.gnb>ul>li:first-child>a{font-weight:bold;color:#fff;text-shadow:none;border-radius:3px;background-color:#222;background-image:-webkit-linear-gradient(top, #555, #222);background-image:-moz-linear-gradient(top, #555, #222);background-image:-o-linear-gradient(top, #555, #222);background-image:linear-gradient(top, #555, #222);}
}
/* li>a>span */
@ -338,7 +338,7 @@ body>.x,
/* li>ul>li>.action */
.x>.body>.gnb>ul>li>ul>li>.remove{position:absolute;top:4px;right:5px}
.x>.body>.gnb>ul>li>ul>li>.remove>.x_close{width:20px;height:20px}
@media all and (max-width:980px){
@media all and (max-width:800px){
.x>.body.wide>.gnb>ul>li>a>.tx{width:auto;height:auto}
}
/* Dashboard */

File diff suppressed because one or more lines are too long