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:
parent
3296514ab8
commit
7c55604f27
5 changed files with 193 additions and 28 deletions
BIN
public/javascripts/img/marker-blue.png
Normal file
BIN
public/javascripts/img/marker-blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 845 B |
BIN
public/javascripts/img/marker-green.png
Normal file
BIN
public/javascripts/img/marker-green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 870 B |
BIN
public/javascripts/img/marker-yellow.png
Normal file
BIN
public/javascripts/img/marker-yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 745 B |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue