Working on note editor style and ui, simplify d3 code

This commit is contained in:
Bryan Housel
2018-07-02 12:32:40 -04:00
parent d81b9c5625
commit a474e3bb9f
5 changed files with 96 additions and 129 deletions
+7 -12
View File
@@ -25,21 +25,16 @@
}
/* OSM Note UI */
.comment-first {
background-color: #ddd;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
}
.comment {
background-color: #fff;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
}
.commentCreator {
color: #666;
padding: 10px;
margin: 10px auto;
}
.commentText {
margin: 20px auto;
margin-bottom: 15px;
color: #333;
}
.commentCreator {
color: #aaa;
}