styled buttons

This commit is contained in:
Serghey Rodin 2012-10-19 11:55:02 +03:00
commit 60866ceb2e
25 changed files with 47 additions and 45 deletions

View file

@ -14,7 +14,7 @@
<div style="text-align: right; float: right;">
<form action="/search/" method="get">
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
<input type="submit" value="Search"class="button" style="font-size: 12px;">
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
</form>
</div>
<div style="float:left; padding-left: 26px;">
@ -24,7 +24,7 @@
<option>apply to selected</option>
<option>update counters</option>
</select>
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
</div>
</td>
</tr>