mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Issue #1329 - Possible fix for panel width issue.
This commit is contained in:
@@ -951,15 +951,15 @@ a.e-media-select
|
||||
|
||||
/****************************************************************/
|
||||
|
||||
ul#e-status { margin:0 14px }
|
||||
ul#e-status li { padding-bottom:6px; font-size:85% }
|
||||
ul#e-status { margin:0 }
|
||||
ul#e-status li { padding-bottom:6px; font-size: 0.9em }
|
||||
ul#e-status { line-height:20px }
|
||||
ul#e-status li a span.badge,
|
||||
ul#e-status li a span.label { float:right; font-size:85% }
|
||||
ul#e-status li a:hover { text-decoration: none; }
|
||||
|
||||
ul#e-latest { margin:0 14px}
|
||||
ul#e-latest li { padding-bottom:6px; font-size:85%}
|
||||
ul#e-latest { margin:0 }
|
||||
ul#e-latest li { padding-bottom:6px; font-size: 0.9em}
|
||||
ul#e-latest { line-height:17px }
|
||||
ul#e-latest li a span.label { float:right;font-size:85% }
|
||||
ul#e-latest li a:hover { text-decoration: none; }
|
||||
|
@@ -269,7 +269,7 @@ $ADMIN_MODAL = '<div id="uiModal" class="modal hide fade" tabindex="-1" role="d
|
||||
$ADMIN_HEADER .= '<div class="container-fluid">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-2" id="left-panel">
|
||||
<div class="col-md-3 col-lg-2" id="left-panel">
|
||||
{SETSTYLE=admin_menu}
|
||||
|
||||
{ADMIN_MENU}
|
||||
@@ -296,7 +296,7 @@ $ADMIN_HEADER .= '<div class="container-fluid">
|
||||
{SETSTYLE=default}
|
||||
|
||||
</div>
|
||||
<div class="col-md-10" id="right-panel" >
|
||||
<div class="col-md-9 col-lg-10" id="right-panel" >
|
||||
<div class="sidebar-toggle"><a href="#" title="Toggle Sidebar" data-toggle-sidebar="true"> </a></div>
|
||||
<div>
|
||||
|
||||
|
Reference in New Issue
Block a user