]> git.openstreetmap.org Git - rails.git/commitdiff
Style tweaks
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 12 Nov 2013 20:17:32 +0000 (12:17 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 12 Nov 2013 20:17:40 +0000 (12:17 -0800)
app/assets/stylesheets/common.css.scss
app/views/browse/new_note.html.erb

index e6862f9542d872e9e1110566fb54943d8dfa69b6..7d6b1acd498c97d1e3a23414dbb954c23a293256 100644 (file)
@@ -995,7 +995,7 @@ header .search_form {
 
 #sidebar_content {
   .browse-section {
-    padding: $lineheight;
+    padding: $lineheight/2 $lineheight;
 
     h4:first-child {
       margin-top: 0;
index ac200b54f38f54835226f96def405d8bd9c664f9..49922494e25906b6526e8299a44f3f8dbac37afd 100644 (file)
@@ -10,9 +10,7 @@
   <form action="#">
     <input type="hidden" name="lon">
     <input type="hidden" name="lat">
-    <br/>
     <textarea class="comment" name="text" cols="40" rows="10"></textarea>
-    <br/>
     <div class="buttons clearfix">
       <input type="submit" name="add" value="<%= t('javascripts.notes.new.add') %>" disabled="1">
     </div>