Page module UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-26 04:58:34 +00:00
parent 8d9089e602
commit c3caa2d278
10 changed files with 94 additions and 151 deletions

View file

@ -19,6 +19,7 @@ body>.x,
.x a[target="_blank"]:after{ content:"";display:inline-block;width:14px;height:14px;vertical-align:middle;margin:-2px 0 0 2px;background-position:-120px -72px;opacity:.3;filter:alpha(opacity=30)}
.x a[target="_blank"]:hover:after,
.x a[target="_blank"]:focus:after{opacity:.7;filter:alpha(opacity=70)}
.x mark{background-color:#FF0;color:#000}
/* Bootstrap Override */
.x .x_page-header{padding-bottom:0;border-bottom:2px solid #ddd}
.x .x_page-header>h1{margin-bottom:0;font-size:24px;color:#333}
@ -158,6 +159,9 @@ body>.x,
.x td>p:only-of-type,
.x td>p:last-of-type{margin:0}
.x [data-display="none"]{display:none}
.x .x_page-header .path{font-size:14px;display:inline-block}
.x .x_page-header .path:first-letter{color:#ccc;font-weight:normal}
.x [data-toggle]+.x_help-block{margin-top:10px}
/* Image Sprite */
.x a[target="_blank"]:after,
.x>.xin>.body>.gnb>ul>li>a>i,
@ -175,7 +179,7 @@ body>.x,
.x>.xin>.header{position:relative;z-index:2;border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;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>.xin>.header:after{content:"";display:block;clear:both}
.x>.xin>.body{position:relative;zoom:1;padding:0 20px 50px 215px}
.x>.xin>.body.wide{padding:0 20px 0 70px}
.x>.xin>.body.wide{padding-left:70px}
.x>.xin>.body:after{content:"";display:block;clear:both}
.x>.xin>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 0 -100%;outline:none}
.x>.xin>.body>.content>*:first-child{margin-top:0}
@ -222,7 +226,6 @@ body>.x,
.x>.xin>.footer>.cache>*{color:#666}
.x>.xin>.footer .vr{color:#ccc !important}
/* GNB */
.x>.xin>.body>.gnb>.close{background:none;border:0;position:absolute;top:0;left:0;width:100%;height:1px;overflow:hidden;margin:0;padding:0}
.x>.xin>.body>.gnb ul{margin:0;padding:0;list-style:none}
.x>.xin>.body>.gnb>ul{position:relative;z-index:1;box-shadow:2px 2px 4px #ddd;border-right:2px solid #fff;border-bottom:2px solid #fff}
.x>.xin>.body>.gnb a{text-decoration:none;text-shadow:0 1px 0 #fff;color:#000;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}