pull/1311/head
Abdullah Almsaeed 2017-01-08 15:03:40 -05:00
parent a527b7fe99
commit b016468ab2
5 changed files with 14 additions and 8 deletions

View File

@ -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;
}

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long