pull/779/head
Abdullah Almsaeed 2015-10-23 10:48:01 -04:00
parent bbb67bafa5
commit 57e10bc372
3 changed files with 9 additions and 3 deletions

View File

@ -133,6 +133,9 @@
.sidebar-menu li > a {
position: relative;
> .pull-right {
margin-top: 2px;
position: absolute;
right: 10px;
top: 50%;
margin-top: -7px;
}
}

View File

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

File diff suppressed because one or more lines are too long