Skip to content

Commit

Permalink
Fix #1300
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jan 8, 2017
1 parent a527b7f commit b016468
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions build/less/sidebar-mini.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
}
> a > .pull-right-container {
//display: block!important;
position: relative!important;
float: right;
width: auto!important;
left: 200px!important;
top: 10px!important;
left: 200px - 20px!important;
top: -22px!important;
z-index: 900;
> .label:not(:first-of-type) {
display: none;
}
Expand Down
6 changes: 4 additions & 2 deletions dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,12 @@ a:focus {
background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
position: relative!important;
float: right;
width: auto!important;
left: 200px!important;
top: 10px!important;
left: 180px !important;
top: -22px !important;
z-index: 900;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/css/alt/AdminLTE-without-plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,12 @@ a:focus {
background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
position: relative!important;
float: right;
width: auto!important;
left: 200px!important;
top: 10px!important;
left: 180px !important;
top: -22px !important;
z-index: 900;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alt/AdminLTE-without-plugins.min.css

Large diffs are not rendered by default.

0 comments on commit b016468

Please sign in to comment.