completed UK postcode search
This commit is contained in:
parent
a926189c7f
commit
bf2e2c7140
4 changed files with 14 additions and 17 deletions
|
@ -146,7 +146,7 @@ body {
|
|||
|
||||
|
||||
#content {
|
||||
/* width: 700px; */
|
||||
/* width: 700px; */
|
||||
padding: 0;
|
||||
/*padding-left: 1em;*/
|
||||
margin: 0;
|
||||
|
@ -292,17 +292,19 @@ hides rule from IE5-Mac \*/
|
|||
}
|
||||
|
||||
#placename-helper{
|
||||
font-size: 10px;
|
||||
font-size: 9px;
|
||||
position:relative; bottom:36px; left: 470px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
#postcode-helper{
|
||||
font-size: 10px;
|
||||
position:relative; bottom:16px; left: 180px;
|
||||
font-size: 9px;
|
||||
position:relative; bottom:17px; left: 180px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.gpxsummary {
|
||||
font-size: 12px;
|
||||
color: gray;
|
||||
|
@ -419,5 +421,5 @@ hides rule from IE5-Mac \*/
|
|||
}
|
||||
|
||||
input {
|
||||
border: 1px solid black;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue