Changeset - 7603ce3383c4
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 23:35:45
dominikruf@gmail.com
less: clean up style - there is no table .selected
2 files changed with 1 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -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;
 
}
0 comments (0 inline, 0 general)