From c0ecc7ec5b23a4c61580e7d49b29757a4442389c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Thu, 11 May 2017 16:30:07 +0200 Subject: [PATCH] comments corrections --- css/area_main-content-secedit.less | 4 ++-- css/plugins/edittable.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;