# HG changeset patch # User domruf # Date 2017-10-29 23:35:45 # Node ID 7603ce3383c458ced92fc28e7a7e6cb44a81cd51 # Parent 9b7eebc852d7ee6557d18ecd30d65476f7cdeedb less: clean up style - there is no table .selected 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; }