Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 229: | Line 229: | ||
#resultsTable{ | #resultsTable{ | ||
border-collapse:collapse; | border-collapse:collapse; | ||
width:100% !important; | |||
table-layout:fixed; | table-layout:fixed; | ||
border:1px solid #B0E0E6; | border:1px solid #B0E0E6; | ||
Line 389: | Line 390: | ||
</div> | </div> | ||
</div> | </div> | ||
<div id="resultsTable-container" style="visibility:visible;"> | |||
<table id="resultsTable" class="resultsTable-class"> | |||
<thead> | |||
<th> | |||
Drug Name | |||
</th> | |||
<th> | |||
Pill Imprint | |||
</th> | |||
<th> | |||
Dosage | |||
</th> | |||
<th> | |||
Ingredients | |||
</th> | |||
<th> | |||
Pill Color | |||
</th> | |||
<th> | |||
Pill Shape | |||
</th> | |||
<th> | |||
Pill Size (mm) | |||
</th> | |||
<th style="width:60px;"> | |||
Score | |||
</th> | |||
<th> | |||
NDC | |||
</th> | |||
<th style="width:360px;"> | |||
Pill Image | |||
</th> | |||
</thead> | |||
<tbody id="resultsTable-body"> | |||
</tbody> | |||
</table> | |||
</div> | |||
</includeonly> | </includeonly> |