From f5d0335dae58b282292a03336b198eea21e264ad Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 3 Dec 2012 05:18:03 +0000 Subject: [PATCH] Download panel bug fix. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12339 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/css/sitemap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menu/tpl/css/sitemap.css b/modules/menu/tpl/css/sitemap.css index fe8b5f77f..aebd6156e 100644 --- a/modules/menu/tpl/css/sitemap.css +++ b/modules/menu/tpl/css/sitemap.css @@ -107,7 +107,7 @@ body>.x{max-width:none !important} .col .clone .root{margin-top:15px} .col .clone a{display:block;max-width:160px;white-space:nowrap;max-width:160px;text-overflow:ellipsis;overflow:hidden} /* Download */ -.download.col{max-width:600px} +.download.col{max-width:600px;min-width:300px} .download .list{margin-top:-10px} .download .item{border-top:1px solid #ddd;padding:1px 0 1px 100px;position:relative;min-height:115px} .download .item:first-child{border:0}