From a8e4e02e348f0da1b8a997dcc8bd93a18dcdc719 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 12 Nov 2012 05:24:05 +0000 Subject: [PATCH] Site edit download panel pagination, search UI enhancement. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12174 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/css/sitemap.css | 8 +++++--- modules/menu/tpl/sitemap.html | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/menu/tpl/css/sitemap.css b/modules/menu/tpl/css/sitemap.css index efce70567..009cfdac1 100644 --- a/modules/menu/tpl/css/sitemap.css +++ b/modules/menu/tpl/css/sitemap.css @@ -169,16 +169,17 @@ body>.x{max-width:none !important} #add_menu .desc{width:220px;border-bottom:1px solid #ddd;padding-bottom:8px;color:#666} #add_menu .desc>a{overflow:hidden;font-size:0;text-indent:20px;display:inline-block;width:14px;height:14px;background:url(../../../../common/img/glyphicons-halflings.png) no-repeat -120px -96px;opacity:.5;filter:alpha(opacity=50);vertical-align:middle} #add_menu .desc>a:after{content:normal} +#add_menu .x_btn-group{position:absolute;margin:0;left:0;bottom:0;width:100%} /* Default */ #default [for="lang_menuName"], #default [for="mid2"]{font-weight:bold} -#default .btnBoth{border-top:1px solid #ddd;padding:10px 0} +#default .btnBoth{position:absolute;width:100%;left:0;bottom:0;margin:0} /* Auth */ #auth li{border-top:1px solid #ddd;padding:8px 0 0 0} #auth li:first-child{border:0} #auth li>label:first-child{font-weight:bold} #auth select{padding:0;width:100%} -#auth .x_btn-group{border-top:1px solid #ddd;padding:10px 0} +#auth .x_btn-group{position:absolute;width:100%;left:0;bottom:0;margin:0} /* Default */ #default ul{margin:15px 0} /* Image Button */ @@ -229,4 +230,5 @@ body>.x{max-width:none !important} ._siteDesign .theme .cnt>label:first-child{display:none !important} ._siteDesign #design ._site{display:block} /* Help Alert */ -._quick_help{display:none;position:fixed !important;*position:absolute !important;top:60px;left:226px;z-index:100;width:600px} \ No newline at end of file +._quick_help{display:none;position:fixed !important;*position:absolute !important;top:60px;left:226px;z-index:100;width:600px;box-shadow:0 0 3px #000} +._quick_help>label{display:inline-block;cursor:pointer} \ No newline at end of file diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 35310a229..35f0bc5d0 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -11,7 +11,7 @@

{$XE_VALIDATOR_MESSAGE}

-
+

msg

@@ -3548,8 +3548,8 @@ jQuery(function($){ // Set #site height fix $(window).resize(function(){ var wHeigh = $(window).height(); - $('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 262); - $('#site_map, #add, #design, #layout, #skin, .download').find('.cnt').height(wHeigh - 295); + $('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 295); + $('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262); }).resize(); var sPackageSrl = getParameterByName('continue_install_package');