changeset 7050:7603ce3383c4

less: clean up style - there is no table .selected
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 23:35:45 +0100
parents 9b7eebc852d7
children 1fa33126ed25
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Oct 29 12:06:18 2017 +0100
+++ b/kallithea/public/css/style.css	Sun Oct 29 23:35:45 2017 +0100
@@ -1183,10 +1183,6 @@
   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;
 }
--- a/kallithea/public/less/style.less	Sun Oct 29 12:06:18 2017 +0100
+++ b/kallithea/public/less/style.less	Sun Oct 29 23:35:45 2017 +0100
@@ -877,10 +877,7 @@
   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;
 }