danvk / oldnyc

Mapping photos of Old New York
Apache License 2.0
288 stars 132 forks source link

Indicate current location on the image details page #82

Closed danvk closed 9 years ago

danvk commented 9 years ago

I removed the redundant "Manhattan: Park Avenue - 39th Street" text to save space in the details panel. But it is still useful to see somewhere, particularly if you come to Old NYC via a link.

Two good locations would be on the top or on the side, under the map: image location

I slightly prefer under the map since it's logically grouped with the map (it indicates location) and it would allow #56 to be implemented.

danvk commented 9 years ago

Here's what the two options look like:

location-top location-left

Top:

    position: fixed;
    top: 23px;
    left: 185px;
    color: white;
    font-size: 1.8em;

Left:


    position: fixed;
    top: 210px;
    left: 13px;
    color: white;
    font-size: 1.8em;
    width: 150px;
mgiraldo commented 9 years ago

left looks better to me