]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Commit initial work on export tab.
[rails.git] / public / stylesheets / site.css
index f2306e7b4a37fbfa9032d4189a3661f85122792a..bb8bbe9993ef9cbc6f1fd29f93aea6a2bbb6d4e5 100644 (file)
@@ -580,3 +580,31 @@ 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;
+}