]> git.openstreetmap.org Git - rails.git/commit
Improve layout of data browser pages
authorTom Hughes <tom@compton.nu>
Thu, 22 Apr 2010 22:05:20 +0000 (23:05 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 22 Apr 2010 22:05:20 +0000 (23:05 +0100)
commit54bed8e9c0d97f18abee13f8e424ac981c5826d2
tree3217612211e651fb26f36a423a02853efc4628bc
parent4ef877649007f8ebf8f2c1450f2bb499b31bf669
Improve layout of data browser pages

Use float to position the navigation controls and map on the right
rather than a table so that we get more consistent positioning and
avoid forcing the map of the right hand side of the viewport.
app/views/browse/_map.html.erb
app/views/browse/_navigation.html.erb
app/views/browse/changeset.html.erb
app/views/browse/node.html.erb
app/views/browse/node_history.html.erb
app/views/browse/relation.html.erb
app/views/browse/relation_history.html.erb
app/views/browse/way.html.erb
app/views/browse/way_history.html.erb
public/stylesheets/common.css