1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Styling for the future.

This commit is contained in:
Cameron 2017-12-17 11:12:30 -08:00
parent ae4c58c8fb
commit 1173e3967f
2 changed files with 30 additions and 1 deletions

View File

@ -531,7 +531,7 @@ if(is_array($subList) && isset($subList[$forumInfo['forum_parent']][$forumId]))
{
if(THEME_LEGACY === true && ($stuck === false || $unstuck === true))
{
// do nothing.
// do nothing.
}
elseif(!empty($FORUM_NORMAL_ROW))
{

View File

@ -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%}
*/