Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
})(); | })(); | ||
$("#firstHeading").remove(); | $("#firstHeading").remove(); | ||
$("#searchbox").remove(); | |||
$('#submit').click(runQuery); | $('#submit').click(runQuery); | ||
$('.navTool').click(nav); | $('.navTool').click(nav); | ||
Line 473: | Line 474: | ||
#formContainer{ | #formContainer{ | ||
background:#6e6e6e; | background:#6e6e6e; | ||
width: 60%; | |||
margin: auto; | |||
margin-top: 15px; | |||
padding: 15px; | |||
border-radius: 20px; | |||
} | } | ||
.pillResult{ | .pillResult{ | ||
display:table-row; | display:table-row; | ||
} | } | ||
.pillResult img{ | .pillResult img{ | ||
width:150px; | width:150px; |