});
newNote.on("dragstart dragend", function(a) {
- console.log(a);
newHalo(newNote.getLatLng(), a.type);
});
#sidebar .changesets {
li {
padding: $lineheight;
- border-bottom: $keyline;
+ border-bottom: 1px solid #ddd;
cursor: pointer;
&.selected { background: #FFFFE6; }
#sidebar_content {
.browse-section {
padding: $lineheight/2 $lineheight;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #ddd;
h4:first-child {
margin-top: 0;
}
}
+ :last-child {
+ border-bottom: none;
+ }
+
.paginate {
float: right;
padding: 1px 6px;
}
}
- .note-description p {
- margin-left: 10px;
+ .note-description {
+ margin: 0 0 10px 10px;
}
}
</div>
<div class="details" data-coordinates="<%= number_with_delimiter(@note.lat) %>,<%=number_with_delimiter(@note.lon) %>" data-status="<%= @note.status %>">
- <br/>
<%= note_event('open', @note.created_at, @note.author) %>
<% if @note.status == "closed" %>
<br/>