/modules/member/ /modules/point/ UI Cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11799 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-18 23:24:33 +00:00
parent 5457426c7d
commit 41a26515eb
6 changed files with 47 additions and 26 deletions

View file

@ -6,8 +6,16 @@ body>.x{min-width:300px;max-width:1240px}
@media all and (max-width:480px){
body>.x{margin:0}
}
body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
.x strong, .x th{font-weight:600}
body>.x,
.x label,
.x table,
.x input,
.x textarea,
.x select,
.x button{font-size:13px}
.x strong,
.x th{font-weight:600}
.x em{font-style:normal}
.x [disabled]{cursor:not-allowed}
.x button[disabled]{color:#ccc !important}
.x a[target="_blank"]:after{ content:"";display:inline-block;width:14px;height:14px;vertical-align:middle;margin:0 0 0 2px;background-position:-120px -72px;opacity:.3;filter:alpha(opacity=30)}