From fe578b95041efecadd7f432722e21d0292582c31 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 20 Nov 2012 10:01:44 +0000 Subject: [PATCH] site edit label cursor UI fix. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12265 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/css/sitemap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/menu/tpl/css/sitemap.css b/modules/menu/tpl/css/sitemap.css index d5c1bbbc7..2d8d3e265 100644 --- a/modules/menu/tpl/css/sitemap.css +++ b/modules/menu/tpl/css/sitemap.css @@ -20,7 +20,8 @@ body>.x{max-width:none !important} .col input[type="radio"]{margin:0} .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} +.col .cnt label{font-weight:normal} +.col .cnt label:only-child{cursor:pointer} /* .mapi */ .col.map .x_btn-group{border-top:1px solid #ddd;padding:10px 0} .col.map li._isCut a{color:#aaa}