Widget:CJP3: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
No edit summary
Line 131: Line 131:
</script>
</script>
<style type="text/css">
<style type="text/css">
.pillImages{
#resultsTable-container{
width:300px;
width:100%;
}
background-color:red;
}
#resultsTable{
border-collapse:collapse;
table-layout:fixed;
border:1px solid #B0E0E6;
margin:10px;
}
.pillImages{
width:300px;
}
.resultsTableHeader{
background-color:#B0E0E6;
padding:5px;
width:125px;
height:25px;
}
#resultsTable tbody tr:nth-child(even){
background-color:#EBEDED;
text-align:center;
}
#resultsTable tbody tr:nth-child(odd){
background-color:#FFFFFF;
text-align:center;
}
</style>
</style>


Line 141: Line 169:
     <table id="resultsTable">
     <table id="resultsTable">
         <thead>
         <thead>
             <th>
             <th class="resultsTableHeader">
                 Drug Name
                 Drug Name
                 </th>
                 </th>
                
                
                 <th>
                 <th class="resultsTableHeader">
                 Pill Imprint
                 Pill Imprint
                 </th>
                 </th>
                
                
                 <th>
                 <th class="resultsTableHeader">
                 Dosage
                 Dosage
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 Ingredients
                 Ingredients
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 Pill Color
                 Pill Color
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 Pill Shape
                 Pill Shape
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 Pill Size (mm)
                 Pill Size (mm)
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 Score
                 Score
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader">
                 NDC
                 NDC
                 </th>
                 </th>
                  
                  
                 <th>
                 <th class="resultsTableHeader" style="width:360px;">
                 Pill Image
                 Pill Image
                 </th>
                 </th>

Revision as of 22:19, 5 June 2014