mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 18:07:50 +02:00
Working on note editor style and ui, simplify d3 code
This commit is contained in:
+7
-12
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user