X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f5c9a41e8729ab9bfc54fff6be9c1a9b6e0f4d56..cbb59310d3fb610aedd0f76beb6dc374bd3cb7e0:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index f2306e7b4..d38f7844f 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -525,7 +525,11 @@ hides rule from IE5-Mac \*/ list-style: square; } -input { +input[type="text"], input[type="password"], textarea { + border: 1px solid black; +} + +input[type="submit"] { border: 1px solid black; } @@ -580,3 +584,45 @@ input { #attribution { display: none; } + +.export_heading { + margin: 0px; + padding: 3px 6px 3px 6px; + border: 1px solid #ccc; + background: #ddd; +} + +.export_bounds { + width: 100%; + text-align: center; +} + +.export_bound { + margin: 5px; +} + +.export_details { + padding: 2px 6px 2px 6px; +} + +#export_osm { + display: none; +} + +#export_mapnik { + display: none; +} + +#export_osmarender { + display: none; +} + +.export_hint { + padding: 0px 12px 0px 12px; + font-style: italic; +} + +.export_buttons { + width: 100%; + text-align: center; +}