diff --git a/css/area_main-content-secedit.less b/css/area_main-content-secedit.less index 8725449..6101952 100644 --- a/css/area_main-content-secedit.less +++ b/css/area_main-content-secedit.less @@ -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 { diff --git a/css/plugins/edittable.less b/css/plugins/edittable.less index cdd0e3c..bba123d 100644 --- a/css/plugins/edittable.less +++ b/css/plugins/edittable.less @@ -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;