151 lines
2.6 KiB
CSS
151 lines
2.6 KiB
CSS
#category_tree_form .admin_actions {
|
|
float: none;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
#category_tree_name {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
|
|
#sf_admin_container .st_ext_button-icon button
|
|
{
|
|
padding-left: 18px;
|
|
padding-bottom: 1px;
|
|
background-repeat: no-repeat;
|
|
background-position: 1px 0px;
|
|
|
|
}
|
|
|
|
#sf_admin_container .st_category-tree
|
|
{
|
|
min-width: 384px;
|
|
height: 600px;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
margin: 0px 0px 10px 10px;
|
|
}
|
|
|
|
#sf_admin_container .st_category-tree-root a
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#sf_admin_container #st_category_tree-list li
|
|
{
|
|
padding-top: 5px;
|
|
}
|
|
|
|
#sf_admin_container #st_category_tree-list label
|
|
{
|
|
float: none;
|
|
margin-left: 20px;
|
|
width: auto;
|
|
}
|
|
|
|
#sf_admin_container #st_category_tree-list input
|
|
{
|
|
float:left;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-menu li
|
|
{
|
|
padding: 0px 2px;
|
|
float: left;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-menu a
|
|
{
|
|
display: block;
|
|
padding: 2px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-menu a:hover
|
|
{
|
|
border-color: #555;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-child, #container .st_category_tree-parent
|
|
{
|
|
float: left;
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-parent
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-name
|
|
{
|
|
}
|
|
|
|
#sf_admin_container .st_category_tree-nest-number
|
|
{
|
|
margin-right: 5px;
|
|
float: left;
|
|
}
|
|
|
|
#st_application-st_category-content
|
|
{
|
|
padding-left: 0;
|
|
}
|
|
|
|
#category_tree_help {
|
|
background: #fff;
|
|
padding: 10px;
|
|
margin-bottom: 15px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
#category_tree_container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
#category_tree_container .category_tree {
|
|
margin-right: 15px;
|
|
border: 1px solid #eee;
|
|
width: calc(100% * (1/3) - 17px);
|
|
margin-bottom: 15px;
|
|
background: #fff;
|
|
}
|
|
|
|
#category_tree_container .jstree {
|
|
padding: 0px 0px 15px 0px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#category_tree_container .category_tree_actions {
|
|
background: #fff;
|
|
text-align: right;
|
|
padding: 3px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
#category_tree_container .category_tree_actions a {
|
|
display: inline-block;
|
|
padding: 3px;
|
|
}
|
|
|
|
#category_tree_container .category_tree_actions img {
|
|
max-width: 22px;
|
|
}
|
|
|
|
#category_tree_container .category_tree_actions a.disabled {
|
|
opacity: 0.5;
|
|
cursor: inherit;
|
|
}
|
|
|
|
#category_tree_container .category_tree_actions a:hover {
|
|
background: #ddd;
|
|
}
|
|
|