/* Rules for Leaflet maps */
-.leaflet-control-attribution a.disabled {
- color: #99c9dc;
- cursor: default;
- text-decoration: none;
+.leaflet-control-attribution {
+ a.disabled {
+ color: #99c9dc;
+ cursor: default;
+ text-decoration: none;
+ }
+
+ ul.secondary-actions {
+ float: left;
+ margin-right: 5px;
+
+ &:only-child {
+ margin-right: 0px;
+ }
+ }
}
.site-index .leaflet-top,
}
.search_results_entry {
- margin-bottom: 0 ;
+ margin-bottom: 0;
+
+ .search_details {
+ display: block;
+ text-align: right;
+ }
}
.search_results_entry .search_searching {
margin: 0px;
padding: 4px 6px;
}
- div {
- clear: left;
- }
h4, p {
margin-bottom: 5px;
}
- p, ul, .bbox {
- margin-left: 33.3333%;
+ p, ul, .bbox, .geo {
+ display: inline-block;
+ vertical-align: top;
+ max-width: 65%;
}
ul p {
margin-left: 0;
}
h4 {
width: 33.3333%;
- float: left;
+ display: inline-block;
+ vertical-align: top;
}
}
text-align: right;
}
}
+
+/*
+ * Rules for the iD editor
+ */
+.id-embed {
+ width: 100%;
+ height: 100%;
+}