-.content_map #small_map {
- height: 300px;
- border: 1px solid #ccc;
-}
-
-.leaflet-control-pan, .leaflet-control-zoomslider {
- display: none;
-}
-
-.site-index .leaflet-top,
-.site-export .leaflet-top {
- top: 10px !important;
-}
-
-/* Rules for the main content area */
-
-#content {
- margin-left: 0px;
- margin-right: 0px;
- border-left: 0px;
- border-right: 0px;
-}
-
-.site-export #content,
-.site-edit #content,
-.site-index #content {
- margin-top: 21px;
-}
-
-/* Rules for search sidebar when shown */
-
-#sidebar {
- border: 0px;
- margin: 0px;
- width: 50% !important;
- border-right: 1px solid #ccccdd;
-}
-
-p.search_results_entry {
- padding: 2px 0px;
-}
-
-/* Rules for the map UI */
-
-.layers-ui {
- .leaflet-container {
- display: none;
- }
-
- li {
- border-radius: 0;
- margin-bottom: 0;
-
- &:first-child {
- border-radius: 4px 4px 0 0;
- }
-
- &:last-child {
- border-radius: 0 0 4px 4px;
- }
- }
-}
-