padding: 5px;
}
-#permalink a.disabled {
- color: #ccc;
+.leaflet-control-attribution a.disabled {
+ color: #99c9dc;
cursor: default;
text-decoration: none;
}
/* Rules for the notes interface */
-.note .buttons {
- margin-top: 5px;
- text-align: right;
+.note {
+ .comment_body {
+ margin-top: 4px;
+ margin-bottom: 4px;
+
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ }
+
+ .buttons {
+ margin-top: 5px;
+ text-align: right;
+ }
}