Issue 12422
Replace fullscreen icon in maps CSS with a proper one
12422
Reporter: trobertson
Assignee: mdoering
Type: Task
Summary: Replace fullscreen icon in maps CSS with a proper one
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2012-12-03 10:33:43.401
Updated: 2013-08-29 14:45:14.938
Resolved: 2013-01-25 14:37:10.654
Description: Diego has kindly agreed to provide a full screen icon for the maps.
Currently the "ZOOM OUT" icon is repeated in it's place. When we have the proper icon it should be replaced.
In maps.less we have:
.zoom_fs {
top: 43px;
background: url("../img/icons/zoom.png") no-repeat -28px 0;
&:hover { background-position: -28px -32px; }
}
The background URL is the bit that needs replaced.]]>