13 lines
145 B
CSS
13 lines
145 B
CSS
#send_button{
|
|
min-height: 23px;
|
|
padding: 2px;
|
|
}
|
|
|
|
#address_input, #amount_input
|
|
{
|
|
padding: 5px;
|
|
width: 225px;
|
|
margin-top: 4px;
|
|
}
|
|
|