padding: 5px;
}
-#permalink a.disabled {
- color: #ccc;
+.leaflet-control-attribution a.disabled {
+ color: #99c9dc;
cursor: default;
text-decoration: none;
}
left: 10px !important;
}
+.leaflet-popup-scrolled {
+ padding-right: 20px;
+ border-bottom: 0px !important;
+ border-top: 0px !important;
+}
+
/* Rules for edit menu */
.menuicon {
td.browse_comments {
padding: 0px;
-}
-td.browse_comments table {
- border-collapse: collapse;
-}
+ table {
+ border-collapse: collapse;
-td.browse_comments table td {
- padding-bottom: 10px;
-}
+ td {
+ padding-bottom: 10px;
-td.browse_comments table td span.by {
- font-size: small;
- color: #999999;
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+
+ span.by {
+ font-size: small;
+ color: #999999;
+ }
+ }
+ }
}
#browse_map {
/* Rules for the notes interface */
.note {
- width: 300px;
+ .comment_body {
+ margin-top: 4px;
+ margin-bottom: 4px;
+
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ }
.buttons {
margin-top: 5px;