csscss
This commit is contained in:
parent
8c4e4aba1a
commit
3a102cce73
@ -1415,11 +1415,22 @@ td.showDragHandle {
|
|||||||
background: var(--colorbackbody);
|
background: var(--colorbackbody);
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
#id-left {
|
|
||||||
/* background-color: #fff;
|
/* For having horizontal scroll into array (like with smartphone) */
|
||||||
border-right: 1px #888 solid;
|
/*
|
||||||
height: calc(100% - 50px);*/
|
#id-container {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.side-nav {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
#id-right {
|
||||||
|
width:calc(100% - 210px);
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
<?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) { ?>
|
<?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) { ?>
|
||||||
.side-nav-vert {
|
.side-nav-vert {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user