Changed the account page to have the editing functionality built in.

Ability to specify home location by clicking on a map.
Ability to see nearby mappers on the map.
New colourful markers.
This commit is contained in:
John McKerrell 2007-05-05 15:02:54 +00:00
parent 3296514ab8
commit 7c55604f27
5 changed files with 193 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

View file

@ -432,3 +432,31 @@ hides rule from IE5-Mac \*/
input {
border: 1px solid black;
}
.nohome .location {
display: none;
}
#homerow .message {
display: none;
}
.nohome .message {
display: inline !important;
}
.editDescription {
height : 10ex;
width : 30em;
}
#map h3 {
position : absolute;
z-index : 10000;
background : white;
border : 1px solid black;
left : 50px;
top : 5px;
margin : 0px;
padding : 2px;
}