155 lines
1.9 KiB
CSS
155 lines
1.9 KiB
CSS
.siteMapActions
|
|
{
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding-left: .5em;
|
|
padding-right: .5em;
|
|
}
|
|
|
|
.siteMapActions li > h3
|
|
{
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.siteMapActions .primary
|
|
{
|
|
float: left;
|
|
}
|
|
|
|
.siteMapActions .primary > li
|
|
{
|
|
float: left;
|
|
line-height: 30px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.siteMapActions .button
|
|
{
|
|
line-height: 1.4;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.siteMapActions .secondary
|
|
{
|
|
float: right;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.tree.collapsible
|
|
{
|
|
padding-left: 32px;
|
|
}
|
|
|
|
.tree.collapsible .treeExpandCollapse
|
|
{
|
|
left: 12px;
|
|
}
|
|
|
|
.siteMapJumpTo
|
|
{
|
|
display: inline-block;
|
|
margin: 2em .5em 2em 0;
|
|
}
|
|
|
|
.siteMapJumpTo > li
|
|
{
|
|
display: inline-block;
|
|
}
|
|
|
|
.siteMapJumpTo > li:before
|
|
{
|
|
content: "|";
|
|
margin: 0 .5em;
|
|
opacity: .5;
|
|
}
|
|
|
|
.siteMapJumpTo > li:first-child:before
|
|
{
|
|
content: "";
|
|
}
|
|
|
|
.siteMap .emptyItem
|
|
{
|
|
min-height: 19px;
|
|
}
|
|
|
|
.siteMap.indicator
|
|
{
|
|
background-color: rgba(255,255,255,.5);
|
|
border-color: #6c4f31;
|
|
border-style: dashed;
|
|
border-style: dotted;
|
|
border-width: 2px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
display: none;
|
|
height: 24px;
|
|
width: 100%;
|
|
}
|
|
|
|
.content.dragging .siteMap.indicator.active.sibling
|
|
{
|
|
opacity: .3;
|
|
display: block;
|
|
}
|
|
|
|
.content.dragging .siteMap.indicator.active.child
|
|
{
|
|
display: inline-block;
|
|
margin-left: 1em;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 7em;
|
|
}
|
|
|
|
.siteMap li a.grippy
|
|
{
|
|
cursor: move;
|
|
display: inline;
|
|
height: 15px;
|
|
margin-top: -8px;
|
|
padding: 0;
|
|
width: 15px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.siteMap li a.grippy img
|
|
{
|
|
margin-top: -4px;
|
|
}
|
|
|
|
.siteMap li .target
|
|
{
|
|
position: absolute;
|
|
top: -2px;
|
|
left: 0;
|
|
right: 0;
|
|
height: 12px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.siteMap li .target.sibling
|
|
{
|
|
top: -2px;
|
|
}
|
|
|
|
.siteMap li .target.child
|
|
{
|
|
top: 10px;
|
|
}
|
|
|
|
.content.dragging .siteMap li .target
|
|
{
|
|
visibility: visible;
|
|
}
|
|
|
|
.tree.collapsible .treeExpandCollapse {
|
|
left: 9px;
|
|
} |