Adjusted width of Delay and Timeout select boxes.

This commit is contained in:
Nate Jones 2014-02-26 04:58:16 +00:00
parent e37f885012
commit 9ea3f5bff6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ else {
//define the destination_select function
function destination_select($select_name, $select_value, $select_default) {
if (strlen($select_value) == 0) { $select_value = $select_default; }
echo " <select class='formfld' style='width: 45px;' name='$select_name'>\n";
echo " <select class='formfld' style='width: 55px;' name='$select_name'>\n";
echo " <option value=''></option>\n";
$i = 0;