-.content_map #small_map {
- height: 100%;
- width: 100%;
- margin-bottom: $lineheight;
-}
-
-/* Rules for the changeset list shown by the history tab etc */
-
-#changeset_list {
- width: 100%;
- ul {
- padding: $lineheight/2 0;
- margin-bottom: 0px;
- border-top: 1px solid #ccc;
- &:last-child {
- border-bottom: 1px solid #ccc;
- }
- }
- .selected {
- background: #FFFFC0;
- }
- .date,
- .user {
- border-left: 1px solid #ccc;
- padding-left: $lineheight/4;
- margin-right: $lineheight/4;
- }
-}
-
-#changeset_list_map_wrapper {
- position: absolute;
- width: 50%;
- height: 490px;
- top: 0;
- right: 0;
-}
-
-#changeset_list_map_wrapper.scrolled {
- position: fixed;
-}
-
-#changeset_list_map {
- position: absolute;
- bottom: $lineheight;
- top: $lineheight;
- right: $lineheight;
- left: $lineheight;
- border: 1px solid #ccc;
-}
-
-#changeset_list_map_wrapper.scrolled #changeset_list_map {
- margin-left: 93px;
-}
-
-/* Rules for the data browser */
-
-.browse-section {
- border-top: 1px solid #ccc;
- margin-top: $lineheight/2;
- padding-top: $lineheight/2;
- &:first-child {
- margin-top: 0;
- }
- .warning {
- background-color: #ffe0cc;
- margin: 0px;
- padding: 4px 6px;
- max-width: 100%;
- }
- h4, p {
- margin-bottom: $lineheight/4;
- }
- ul, .bbox, .geo {
- display: inline-block;
- vertical-align: top;
- max-width: 65%;
- }
- ul p {
- margin-left: 0;
- margin-bottom: 0;
- }
- h4 {
- float: left;
- width: 33.3333%;
- display: inline-block;
- vertical-align: top;
- }
-}
-
-.bbox {
- div {
- width: 33.3333%;
- text-align: center;
- padding: $lineheight/4 0;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- }
- .max_lat,
- .min_lat {
- margin-left: auto;
- margin-right: auto;
- width: 100%;
- }
-}
-
-#browse_map .secondary-actions {
- display: none;
- margin-bottom: $lineheight/2;
-}
-