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