Skip to content

Commit

Permalink
Dev: Pull side-menu arrows to the right and remove padding/gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 11, 2016
1 parent 124ade4 commit f10bf7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
16 changes: 7 additions & 9 deletions application/views/admin/super/sidemenu.php
Expand Up @@ -33,10 +33,10 @@
<span class="icon-bar"></span>
</button>

<div class='row'>
<div class='row no-gutter'>

<!-- Brand -->
<div class='col-sm-8'>
<div class='col-sm-7'>
<div class="brand-name-wrapper hidden-xs">
<a class="navbar-brand hideside toggleside" href="#">
<?php eT('General');?>
Expand All @@ -45,15 +45,13 @@
</div>

<!-- chevrons to stretch the side menu -->
<div class='col-sm-2'>
<a class="btn btn-default hide-button hidden-xs opened" id="chevronClose">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
</div>
<div class='col-sm-2'>
<a class="btn btn-default hide-button hidden-xs opened" id="chevronStretch">
<div class='col-sm-5'>
<a class="btn btn-default hide-button hidden-xs opened pull-right" id="chevronStretch">
<span class="glyphicon glyphicon-chevron-right" ></span>
</a>
<a class="btn btn-default hide-button hidden-xs opened pull-right" id="chevronClose">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
</div>

</div>
Expand Down
6 changes: 6 additions & 0 deletions styles/Sea_Green/css/lime-admin.css
Expand Up @@ -3459,3 +3459,9 @@ span[data-tooltip] {
min-width: 200px; }

/*# sourceMappingURL=lime-admin.css.map */

/* RTL stuff (right-to-left locale */
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}

0 comments on commit f10bf7b

Please sign in to comment.