Skip to content

Commit

Permalink
Fix issue ColorlibHQ#752
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Oct 23, 2015
1 parent bbb67ba commit 57e10bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build/less/sidebar-mini.less
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
.sidebar-menu li > a {
position: relative;
> .pull-right {
margin-top: 2px;
position: absolute;
right: 10px;
top: 50%;
margin-top: -7px;
}
}
5 changes: 4 additions & 1 deletion dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,10 @@ a:focus {
position: relative;
}
.sidebar-menu li > a > .pull-right {
margin-top: 2px;
position: absolute;
right: 10px;
top: 50%;
margin-top: -7px;
}
/*
* Component: Control sidebar. By default, this is the right sidebar.
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

0 comments on commit 57e10bc

Please sign in to comment.