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> | ||
< | <div class='WBRButton' id='orOp'>OR</div> | ||
< | <div class='WBRButton' id='andOp'>AND</div> | ||
< | <div class='WBRButton' id='showQueries'>SHOW</div> | ||
</form> | </form> | ||
</includeonly> | </includeonly> |