Widget:PillIdentifier: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
No edit summary
Line 203: Line 203:
'<h1><a href="'+drugNameLink+'">'+drugNameShort+'</a></h1>' +
'<h1><a href="'+drugNameLink+'">'+drugNameShort+'</a></h1>' +
'<h2>'+pillDosage+' (' + pillImprint + ')</h2>' +
'<h2>'+pillDosage+' (' + pillImprint + ')</h2>' +
'<p>'+pillShape+', '+pillColor+', '+pillSize+' mm, Scored ' + pillScoring +' NDC: '+ndc+'</p>'+
'<p>'+pillShape+', '+pillColor+', '+pillSize+' mm, Scored ' + pillScoring +', NDC: '+ndc+'</p>'+
'<p>'+pillIngred+'</p>' +
'<p>'+pillIngred+'</p>' +
'</div>' +
'</div>' +
Line 479: Line 479:
     padding: 15px;
     padding: 15px;
     border-radius: 20px;
     border-radius: 20px;
    color:white;
}
}
    #formContainer h2{
    margin-top: 0;
    color: white;
    text-shadow: 1px 1px 1px #000;
    }


.pillResult{
.pillResult{

Revision as of 23:16, 2 August 2015