SPR-882: section edit button improvements

This commit is contained in:
Silke Pisulla 2017-04-19 14:17:13 +02:00
commit c14dbc7492

View file

@ -155,6 +155,7 @@ h2 {
padding-top: (@font-size-head2 / 2);
.secedit + &,
div[class^="level"] + &,
.section_highlight &:first-child {
padding-top: 0;
}
@ -170,6 +171,7 @@ h3 {
padding-top: (@font-size-head3 / 2);
.secedit + &,
div[class^="level"] + &,
.section_highlight &:first-child {
padding-top: 0;
}
@ -185,6 +187,7 @@ h4 {
padding-top: (@font-size-head4 / 2);
.secedit + &,
div[class^="level"] + &,
.section_highlight &:first-child {
padding-top: 0;
}
@ -200,6 +203,7 @@ h5 {
padding-top: (@font-size-head5 / 2);
.secedit + &,
div[class^="level"] + &,
.section_highlight &:first-child {
padding-top: 0;
}
@ -216,6 +220,7 @@ h6 {
padding-top: (@font-size-head6 / 2);
.secedit + &,
div[class^="level"] + &,
.section_highlight &:first-child {
padding-top: 0;
}