[Geomoose-users] Moving map elements (GM 2)
Len Kne
lkne at houstoneng.com
Mon Nov 30 13:04:22 EST 2009
Here's the CSS to move the tabs to the left:
.DisplayRight #control-panel {
left: 0px;
}
.DisplayRight #map {
right: 0px;
margin-right: 0em;
}
#map {
margin-left: 20em;
}
This needs to go in one of the CSS files, probably css/user_catalog.css or the skin CSS would be the best places to put this. To add some padding around the zoom-to:
#zoomto-boxes {
padding: 0.5em;
}
Google CSS padding if you want to pad the four sides with different padding amounts.
Len
From: Matthew D. Syvertson [mailto:msyvertson at co.richland.nd.us]
Sent: Monday, November 30, 2009 10:35 AM
To: geomoose-users at lists.sourceforge.net
Subject: [Geomoose-users] Moving map elements (GM 2)
I would like to move my map catalog from the right of the screen to the left; can anyone point me to documentation on how to accomplish this? (Or if none exists, a quick "talk through"?) I would also like to move my "zoom to:" drop down around, but I have no idea how difficult or easy this might be.
Please advise.
Matt Syvertson
Richland County GIS Coordinator
msyvertson at co.richland.nd.us<mailto:matthews at co.richland.nd.us>
Voice: 701-642-7860
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20091130/0296502f/attachment.html
More information about the Geomoose-users
mailing list