mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Sitemap clone node redesign.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12312 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14d313f5f3
commit
b3dc5a38f1
2 changed files with 17 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* Site */
|
/* Site */
|
||||||
|
body{overflow:hidden}
|
||||||
body>.x{max-width:none !important}
|
body>.x{max-width:none !important}
|
||||||
|
.x>.xin>.body{padding-bottom:10px !important}
|
||||||
.x>.xin>.body>.content{margin-bottom:0}
|
.x>.xin>.body>.content{margin-bottom:0}
|
||||||
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px;word-wrap:normal}
|
#site{position:relative;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:10px;padding:3px;word-wrap:normal}
|
||||||
#site .btnBoth,
|
#site .btnBoth,
|
||||||
|
|
@ -82,13 +84,24 @@ body>.x{max-width:none !important}
|
||||||
.col.page .typePage,
|
.col.page .typePage,
|
||||||
.col.url .typeUrl{display:block}
|
.col.url .typeUrl{display:block}
|
||||||
/* Menu Clone */
|
/* Menu Clone */
|
||||||
|
.col .clone li>a:before,
|
||||||
|
.col .clone ul ul li{background-image:url(../../../../modules/menu/tpl/css/themes/default/d.png)}
|
||||||
.col .clone{margin:0 0 15px 0}
|
.col .clone{margin:0 0 15px 0}
|
||||||
.col .clone ul{margin:0 !important}
|
.col .clone ul{margin:0 !important}
|
||||||
.col .clone li{list-style:none}
|
.col .clone li{list-style:none;line-height:18px}
|
||||||
.col .clone>ul>li{margin-bottom:15px}
|
.col .clone li>a:before{content:"";display:inline-block;width:18px;height:18px;background-position:-36px 0;vertical-align:top;margin:0 4px 0 0}
|
||||||
|
.col .clone>ul>li{padding:15px 0;border-top:1px dotted #ccc}
|
||||||
|
.col .clone>ul>li:first-child{border-top:0;padding-top:0}
|
||||||
|
.col .clone>ul>li>a:before{background-position:-72px 0}
|
||||||
|
.col .clone>ul>li>a:only-child:before{background-position:-54px -36px}
|
||||||
|
.col .clone>ul>li>ul{padding-left:0;margin-left:0 !important}
|
||||||
|
.col .clone ul ul{padding-left:8px;margin-left:8px !important}
|
||||||
|
.col .clone ul ul li{background-position:-90px 10px;background-repeat:repeat-y}
|
||||||
|
.col .clone ul ul li:only-child,
|
||||||
|
.col .clone ul ul li:last-child{background:none}
|
||||||
|
.col .clone ul ul li:only-child>a:before{background-position:-36px 0}
|
||||||
.col .clone li.x_disabled>a{color:#999;text-decoration:none;cursor:not-allowed}
|
.col .clone li.x_disabled>a{color:#999;text-decoration:none;cursor:not-allowed}
|
||||||
.col .clone li.x_selected>a{color:#000;font-weight:bold;text-decoration:underline}
|
.col .clone li.x_selected>a{color:#000;font-weight:bold;text-decoration:underline}
|
||||||
.col .clone ul ul{padding-left:8px;margin-left:8px !important;border-left:1px solid #ddd}
|
|
||||||
.col .clone .root{margin-top:15px}
|
.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}
|
.col .clone a{display:block;max-width:160px;white-space:nowrap;max-width:160px;text-overflow:ellipsis;overflow:hidden}
|
||||||
/* Download */
|
/* Download */
|
||||||
|
|
|
||||||
|
|
@ -3808,7 +3808,7 @@ console.log(11, htDesign.htLayoutSrl.P);
|
||||||
// Set #site height fix
|
// Set #site height fix
|
||||||
$(window).resize(function(){
|
$(window).resize(function(){
|
||||||
var wHeigh = $(window).height();
|
var wHeigh = $(window).height();
|
||||||
$('#site').height(wHeigh - 180).find('>.col').height(wHeigh - 230).find('.cnt').height(wHeigh - 295);
|
$('#site').height(wHeigh - 155).find('>.col').height(wHeigh - 205).find('.cnt').height(wHeigh - 275);
|
||||||
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
|
$('#properties, #propertiesRoot, #imgbtn, #layoutSetup, #layoutMarkupSetup, #skinSetup').find('.cnt').height(wHeigh - 262);
|
||||||
}).resize();
|
}).resize();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue