/* Rules for the home page */
-.site-export #map,
-.site-index #map,
-.site-edit #map {
+#map {
height: 100%;
overflow: hidden;
}
.site-index,
.site-export,
-.site-edit {
+.site-edit,
+.changeset-list {
#content {
position: absolute;
top: $headerHeight;
/* 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 */