Skip to content

Commit

Permalink
Minor cleanups in Substance kit
Browse files Browse the repository at this point in the history
  • Loading branch information
thejonan committed Nov 16, 2020
1 parent 5677290 commit 2756dd5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 42 deletions.
4 changes: 1 addition & 3 deletions kits/SubstanceKit.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
<a class="paginate_disabled_previous prev-field" tabindex="0" role="button">Previous</a><a class="paginate_enabled_next next-field" tabindex="0" role="button">Next</a>
<input type="text" class="filterbox" placeholder="Filter..." />
</div>
<div>
<table class="display"></table>
</div>
<table class="display"></table>
</div>
<!-- // end of #jtox-substance ]]-->
</div>
Expand Down
18 changes: 0 additions & 18 deletions kits/css/Base.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,21 +456,3 @@ td.jtox-multi table {
font-weight: bold;
font-size: 1.1em;
}
.jtox-substance table td div.shortened {
width: 120px;
}
.jtox-toolkit table.composition-info.dataTable td,
.jtox-toolkit table.composition-info.dataTable th {
border: 0px;
padding-bottom: 0px;
padding-top: 0px;
}

.jtox-toolkit table.composition-info.dataTable th {
width: 20%;
text-align: right;
}

.jtox-toolkit table.composition-table td {
vertical-align: top;
}
18 changes: 0 additions & 18 deletions www/jtox-kit.css
Original file line number Diff line number Diff line change
Expand Up @@ -480,24 +480,6 @@ td.jtox-multi table {
font-weight: bold;
font-size: 1.1em;
}
.jtox-substance table td div.shortened {
width: 120px;
}
.jtox-toolkit table.composition-info.dataTable td,
.jtox-toolkit table.composition-info.dataTable th {
border: 0px;
padding-bottom: 0px;
padding-top: 0px;
}

.jtox-toolkit table.composition-info.dataTable th {
width: 20%;
text-align: right;
}

.jtox-toolkit table.composition-table td {
vertical-align: top;
}
.jtox-toolkit table.composition-info.dataTable td,
.jtox-toolkit table.composition-info.dataTable th {
border: 0px;
Expand Down
2 changes: 0 additions & 2 deletions www/jtox-kit.kits.js
Original file line number Diff line number Diff line change
Expand Up @@ -6634,9 +6634,7 @@ jT.ui.templates['all-substance'] =
"<a class=\"paginate_disabled_previous prev-field\" tabindex=\"0\" role=\"button\">Previous</a><a class=\"paginate_enabled_next next-field\" tabindex=\"0\" role=\"button\">Next</a>" +
"<input type=\"text\" class=\"filterbox\" placeholder=\"Filter...\" />" +
"</div>" +
"<div>" +
"<table class=\"display\"></table>" +
"</div>" +
"</div>" +
""; // end of #jtox-substance

2 changes: 1 addition & 1 deletion www/jtox-kit.kits.min.js

Large diffs are not rendered by default.

Binary file modified www/jtox-kit.zip
Binary file not shown.

0 comments on commit 2756dd5

Please sign in to comment.