border-top: 0px !important;
}
+.leaflet-popup-content-wrapper {
+ border-radius: 4px !important;
+ -webkit-border-radius: 4px !important;
+}
+
/* Rules for edit menu */
.menuicon {
&:first-child {
margin-top: 0;
}
- &.warning {
- color: #ff7070;
- font-weight: bold;
+ .warning {
+ background-color: #ffe0cc;
+ margin: 0px;
+ padding: 4px 6px;
+ }
+ div {
+ clear: left;
}
h4, p {
margin-bottom: 5px;
min-height: 62px;
}
-.content_map .leaflet-popup-content-wrapper {
--webkit-border-radius: 4px;
- border-radius: 4px;
-}
-
/* Rules for user popups on maps */
.user_popup {
background-color: #ff7070;
}
&#warning {
- background-color: #fff6f0;
+ background-color: #ffe0cc;
}
&#notice {
background-color: #CBEEA7;
.richtext_content {
display: inline-block;
vertical-align: top;
+ white-space: normal;
.richtext_preview {
display: inline-block;
padding: 20px;
background-color: #f4f4ff;
- white-space: normal;
+ overflow-x: scroll;
&.loading {
background-image: image-url("loading.gif");
/* Rules for the notes interface */
+.note {
+ padding-top: 10px;
+}
+
.note {
h2 {
margin-bottom: 10px;
}
+ div {
+ margin-top: 10px;
+ }
+
+ .permalink {
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ min-width: 15px;
+ min-height: 15px;
+ background: image-url("sprite.png") 0 -45px no-repeat;
+ }
+
+ .permalink span {
+ display: none;
+ padding-left: 20px;
+ }
+
+ .permalink:hover span {
+ display: block;
+ }
+
.warning {
display: block;
- background-color: #ff7070;
+ background-color: #ffe0cc;
padding: 4px 6px;
margin-bottom: 10px;
}
.comment_body {
- margin-top: 4px;
- margin-bottom: 4px;
+ margin-top: 2px;
+ margin-bottom: 2px;
p {
margin-top: 0px;