SPR-882: section edit button margin-top for all plugin-editbuttons
This commit is contained in:
parent
5b65a7c080
commit
7bd5c61bdc
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
.secedit button {
|
.secedit button {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
margin-top: @button-margin;
|
margin-top: -1em;
|
||||||
margin-bottom: @button-margin;
|
margin-bottom: @button-margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
margin-top: -1em;
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue