diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1183,10 +1183,6 @@ nav.navbar #quick .select2-container .se color: red; margin: 4px 0 0; } -#content div.panel table th.selected input, -#content div.panel table td.selected input { - margin: 0; -} #content div.panel div.form div.form-group > div { margin: 0 0 10px 200px; } diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -877,10 +877,7 @@ div#legend_choices { color: red; margin: 4px 0 0; } -#content div.panel table th.selected input, -#content div.panel table td.selected input { - margin: 0; -} + #content div.panel div.form div.form-group > div { margin: 0 0 10px 200px; }