mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
styled buttons
This commit is contained in:
parent
3a45b02d21
commit
60866ceb2e
25 changed files with 47 additions and 45 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue