comments corrections

This commit is contained in:
Jana Deutschländer 2017-05-11 16:30:07 +02:00
commit c0ecc7ec5b
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/**
* This styles the "section editing button" (data-plugin)
* This styles the "section editing button" (if not added by data-plugin)
*/
@ -8,7 +8,7 @@
position: relative;
top: 0;
float: right;
margin-top: 0; // for best position of edit-tab beneeth table
margin-top: 0; // for best position of edit-tab beneath table
form div.no {
button {

View file

@ -21,7 +21,7 @@
border-radius: 0 0 @fix_border-radius @fix_border-radius;
color: @ini_existing;
font-size: @font-size-small;
margin-top: -1px; // for best position of edit-tab beneeth table
margin-top: -1px; // for best position of edit-tab beneath table
padding-right: .3em;
transition: @transition background-color, @transition border-color, @transition color;