From 1173e3967f9b6e2d65d5cf6f6c0fb6fef051e0e3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 17 Dec 2017 11:12:30 -0800 Subject: [PATCH] Styling for the future. --- e107_plugins/forum/forum_viewforum.php | 2 +- e107_themes/bootstrap3/admin_style.css | 29 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index 9f0ed840d..e3265c4ba 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -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)) { diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index dace0999d..eeafc5171 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -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%} + +*/