Site edit box-shadow bug fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12264 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-20 09:49:15 +00:00
parent ae22079b69
commit 8c81496c4f

View file

@ -18,7 +18,7 @@ body>.x{max-width:none !important}
.col>.x_close:focus{opacity:1;filter:alpha(opacity=100)}
.col input[type="checkbox"],
.col input[type="radio"]{margin:0}
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -10px;border-radius:5px;background:#fff;box-shadow:1px 1px 1px #999 inset}
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -10px;border-radius:5px;background:#fff;border:1px solid #999;border-right:0;border-bottom:0}
.col .cnt>ul{margin:0;padding:0;list-style:none}
.col .cnt label{cursor:pointer;font-weight:normal}
/* .mapi */