mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Styling for the future.
This commit is contained in:
@@ -531,7 +531,7 @@ if(is_array($subList) && isset($subList[$forumInfo['forum_parent']][$forumId]))
|
|||||||
{
|
{
|
||||||
if(THEME_LEGACY === true && ($stuck === false || $unstuck === true))
|
if(THEME_LEGACY === true && ($stuck === false || $unstuck === true))
|
||||||
{
|
{
|
||||||
// do nothing.
|
// do nothing.
|
||||||
}
|
}
|
||||||
elseif(!empty($FORUM_NORMAL_ROW))
|
elseif(!empty($FORUM_NORMAL_ROW))
|
||||||
{
|
{
|
||||||
|
@@ -1778,3 +1778,32 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
@media only screen and (min-width : 768px) {
|
||||||
|
.is-table-row {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
margin:0;
|
||||||
|
|
||||||
|
}
|
||||||
|
.is-table-row > .admin-right-panel, .is-table-row > .admin-left-panel{
|
||||||
|
float: none;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.admin-left-panel {
|
||||||
|
background-color: #303030;
|
||||||
|
!*margin-top: -37px;*!
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
background:#3c3c3c;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.col-lg-2 { width: 12%}
|
||||||
|
.col-lg-10 { width: 88%}
|
||||||
|
|
||||||
|
*/
|
||||||
|
Reference in New Issue
Block a user