This commit is contained in:
davipatury
2017-02-17 20:42:44 -02:00
parent 46c1b449a9
commit 183abcdec6
+5 -5
View File
@@ -13,12 +13,12 @@ Used In File(s): /code/modules/economy/ATM.dm
<style type="text/css">
input[type=text], input[type=submit] {
border: 1px solid #161616;
background-color: #40628a !important;
background-color: #40628a;
color: #FFFFFF;
padding: 4px;
}
input[type=submit]:hover {
background-color: #507aac !important;
background-color: #507aac;
}
</style>
@@ -72,13 +72,13 @@ For all your monetary needs!
<input type='hidden' name='src' value='{{:data.src}}'>
<input type='hidden' name='choice' value='transfer'>
<div class='itemLabel'>Target account number:</div>
<div class='itemContent'><input type='text' name='target_acc_number' value='' style='width:200px; background-color:white;'></div>
<div class='itemContent'><input type='text' name='target_acc_number' value='' style='width:200px;'></div>
<div class='itemLabel'>Funds to transfer:</div>
<div class='itemContent'><input type='text' name='funds_amount' value='' style='width:200px; background-color:white;'></div>
<div class='itemContent'><input type='text' name='funds_amount' value='' style='width:200px;'></div>
<div class='itemLabel'>Transaction purpose:</div>
<div class='itemContent'><input type='text' name='purpose' value='Funds transfer' style='width:200px; background-color:white;'></div>
<div class='itemContent'><input type='text' name='purpose' value='Funds transfer' style='width:200px;'></div>
<input type='submit' value='Transfer funds'>
</form>
<hr>