Skip to content

Commit 60866ce

Browse files
committed
styled buttons
1 parent 3a45b02 commit 60866ce

25 files changed

+47
-45
lines changed

web/templates/admin/list_backup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get" >
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -18,7 +18,7 @@
1818
<option>apply to selected</option>
1919
<option>delete</option>
2020
</select>
21-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
21+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2222
</div>
2323
</td>
2424
</tr>

web/templates/admin/list_cron.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="text-align: right; float: right;">
88
<form action="/search/" method="get" >
99
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
10-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
10+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1111
</form>
1212
</div>
1313
<div style="float:left; padding-left: 26px;">
@@ -19,7 +19,7 @@
1919
<option>unsuspend</option>
2020
<option>delete</option>
2121
</select>
22-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
22+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2323
</div>
2424
</td>
2525
</tr>

web/templates/admin/list_db.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get" >
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -20,7 +20,7 @@
2020
<option>unsuspend</option>
2121
<option>delete</option>
2222
</select>
23-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
23+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2424
</div>
2525
</td>
2626
</tr>

web/templates/admin/list_dns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="text-align: right; float: right;">
88
<form action="/search/" method="get">
99
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
10-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
10+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1111
</form>
1212
</div>
1313
<div style="float:left; padding-left: 26px;">
@@ -19,7 +19,7 @@
1919
<option>unsuspend</option>
2020
<option>delete</option>
2121
</select>
22-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
22+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2323
</div>
2424
</td>
2525
</tr>

web/templates/admin/list_dns_rec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get">
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -20,7 +20,7 @@
2020
<option>unsuspend</option>
2121
<option>delete</option>
2222
</select>
23-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
23+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2424
</div>
2525
</td>
2626
</tr>

web/templates/admin/list_ip.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get" >
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -18,7 +18,7 @@
1818
<option>apply to selected</option>
1919
<option>delete</option>
2020
</select>
21-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
21+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2222
</div>
2323
</td>
2424
</tr>

web/templates/admin/list_log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="text-align: right; float: right;">
88
<form action="/search/" method="get" >
99
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
10-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
10+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1111
</form>
1212
</div>
1313
</td>

web/templates/admin/list_mail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="text-align: right; float: right;">
88
<form action="/search/" method="get" >
99
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
10-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
10+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1111
</form>
1212
</div>
1313
<div style="float:left; padding-left: 26px;">
@@ -19,7 +19,7 @@
1919
<option>unsuspend</option>
2020
<option>delete</option>
2121
</select>
22-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
22+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2323
</div>
2424
</td>
2525
</tr>

web/templates/admin/list_mail_acc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get">
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -20,7 +20,7 @@
2020
<option>unsuspend</option>
2121
<option>delete</option>
2222
</select>
23-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
23+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2424
</div>
2525
</td>
2626
</tr>

web/templates/admin/list_packages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: right; float: right;">
99
<form action="/search/" method="get" >
1010
<input type="text" size="30" style="padding: 3px 80px 3px 0; margin: 0 2px 0 0;" name="q">
11-
<input type="submit" value="Search"class="button" style="font-size: 12px;">
11+
<input type="submit" value="Search"class="button" style="font-size: 12px; height: 24px;">
1212
</form>
1313
</div>
1414
<div style="float:left; padding-left: 26px;">
@@ -18,7 +18,7 @@
1818
<option>apply to selected</option>
1919
<option>delete</option>
2020
</select>
21-
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px;">
21+
<input type="submit" name="ok" value="" class="button" style="width: 37px; font-size: 12px; height: 24px;">
2222
</div>
2323
</td>
2424
</tr>

0 commit comments

Comments
 (0)