From d22cefd532f0c8102fd0bddf067b459eba06a16e Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 25 Aug 2010 03:07:53 +0000 Subject: [PATCH] layout.css update git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7656 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/tpl/css/layout.css b/modules/admin/tpl/css/layout.css index 7b159190a..0b3744060 100755 --- a/modules/admin/tpl/css/layout.css +++ b/modules/admin/tpl/css/layout.css @@ -9,7 +9,7 @@ #xeAdmin .gnb #adminLang { position:absolute; top:18px; right:0; display:none; background:#fff; margin:0; padding:5px; border:1px solid #ddd; z-index:999;} #xeAdmin .gnb #adminLang li{ float:none; margin:0;} -.body{ position:relative; margin:0; padding:0 20px 0 200px; background:url(../img/lineBody.gif) repeat-y 180px 0; *zoom:1;} +.body{ position:relative; margin:0; padding:0 0 0 200px; background:url(../img/lineBody.gif) repeat-y 180px 0; *zoom:1;} .body:after {content:""; display:block; clear:both;} .c .body { padding:20px; background:none; } .ece .body {padding-right:340px;}