Widget:KeywordSearch: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<script type="text/css">
.WBRButton{
font-family:Arial;
float:left;
background-color:#3366CC;
height:40px;
font-weight:bold;
width:150px;
display: table-cell;
cursor: pointer;
color:#FFFFFF;
text-align: center;
vertical-align: middle;
margin-right:10px;
}
</script>
<script type="text/javascript">
<script type="text/javascript">


Line 94: Line 111:
<form>
<form>
<div id="formSpace"></div>
<div id="formSpace"></div>
<input type='button' id='orOp' value='OR' />
<div class='WBRButton' id='orOp'>OR</div>
<input type='button' id='andOp' value='AND' />
<div class='WBRButton' id='andOp'>AND</div>
<input type='button' id='showQueries' value='SHOW' />
<div class='WBRButton' id='showQueries'>SHOW</div>
</form>
</form>
</includeonly>
</includeonly>

Revision as of 16:59, 22 October 2013