#top-bar {
position: absolute;
+ z-index: 10000;
top: 0;
left: 185px;
right: 0;
padding: 5px;
}
+#permalink a.disabled {
+ color: #ccc;
+ cursor: default;
+ text-decoration: none;
+}
+
.site-index .leaflet-top,
.site-export .leaflet-top {
top: 40px !important;
white-space: nowrap;
}
+td.browse_comments {
+ padding: 0px;
+}
+
+td.browse_comments table {
+ border-collapse: collapse;
+}
+
+td.browse_comments table td {
+ padding-bottom: 10px;
+}
+
+td.browse_comments table td span.by {
+ font-size: small;
+ color: #999999;
+}
+
#browse_map {
float: right;
width: 250px;
}
}
}
+
+/* Rules for the notes interface */
+
+.note .buttons {
+ margin-top: 5px;
+ text-align: right;
+}