[Embedded] Fix styles
This commit is contained in:
parent
3a677c885e
commit
f2c05da9c7
|
@ -555,7 +555,7 @@
|
|||
width: @icon-width;
|
||||
height: @icon-height;
|
||||
float: left;
|
||||
margin: -3px 15px 0 -35px;
|
||||
margin: -3px 4px 0 -24px;
|
||||
}
|
||||
.btn-icon {
|
||||
width: 22px;
|
||||
|
@ -628,7 +628,7 @@
|
|||
|
||||
.dropdown-menu {
|
||||
> li > a {
|
||||
padding: 8px 20px 8px 50px;
|
||||
padding: 8px 20px 8px 28px;
|
||||
&:hover, &:focus {
|
||||
background-color: @btnColor;
|
||||
outline: 0 none;
|
||||
|
|
Loading…
Reference in a new issue