Tested more and found I had my find button css in error, corrected.
Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
@@ -46,7 +46,7 @@ body
|
||||
}
|
||||
div#latitute_input
|
||||
{
|
||||
margin: 10px auto;
|
||||
margin: 20px auto;
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
|
||||
@@ -73,7 +73,7 @@ body
|
||||
}
|
||||
div#longitude_input
|
||||
{
|
||||
margin: 10px auto;
|
||||
margin: 20px auto;
|
||||
width: 80%;
|
||||
|
||||
div#longitude_input_label
|
||||
@@ -92,7 +92,9 @@ body
|
||||
}
|
||||
div#submit_button
|
||||
{
|
||||
padding: 20px 0 20px 180px;
|
||||
margin: 20px auto;
|
||||
padding-top: 20px;
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user