]> git.openstreetmap.org Git - rails.git/commitdiff
Make the export bar less ugly
authorThomas Levine <occurrence@thomaslevine.com>
Tue, 11 Jun 2013 16:56:09 +0000 (12:56 -0400)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jul 2013 08:03:16 +0000 (09:03 +0100)
app/assets/stylesheets/common.css.scss
app/views/export/start.html.erb

index 85b8f26a9448e8f5d62c9f136eab3202273d4b95..f6d3fa68b98ff10c229fdebabcd2d4332c42f3aa 100644 (file)
@@ -758,6 +758,16 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   text-align: center;
 }
 
   text-align: center;
 }
 
+#drag_box {
+  display: inline;
+  padding: $lineheight/2 $lineheight;
+}
+
+#export_commit {
+  width: 50%;
+  margin: auto;
+}
+
 /* Rules for the main content area */
 
 #content {
 /* Rules for the main content area */
 
 #content {
index f25ab2a3f36238f979317d2c0fa24b16c31c5589..78a22bc4762da55ecc5e94d9af1c157874a6fbf9 100644 (file)
@@ -67,8 +67,6 @@
     </div>
   </div>
 
     </div>
   </div>
 
-  <div class="export_buttons inner12">
-    <p><%= submit_tag t('export.start.export_button'), :id => "export_commit" %></p>
-  </div>
+  <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
 
 <% end %>
 
 <% end %>