* Increase side bar width to 240px.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#mainContent > .side-col.col-lg {width: 240px;}
|
||||
.main-col .btn-toolbar {margin-bottom: 10px;}
|
||||
.main-position {position: relative;}
|
||||
.child-position {position: absolute; right: 0;}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
$('#subNavbar li').not('[data-id=<?php echo $groupID;?>]').removeClass('active');
|
||||
</script>
|
||||
<?php if($this->config->edition != 'open'):?>
|
||||
<style>#mainContent > .side-col.col-lg{width: 210px}</style>
|
||||
<style>.hide-sidebar #sidebar{width: 0 !important}</style>
|
||||
<?php endif;?>
|
||||
<?php js::set('dimension', $dimension);?>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<style>
|
||||
<?php helper::import('../css/workload.css');?>
|
||||
<?php if($this->config->edition != 'open'):?>
|
||||
#mainContent > .side-col.col-lg{width: 210px}
|
||||
.hide-sidebar #sidebar{width: 0 !important}
|
||||
<?php endif;?>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user