- top: 160px;
- background-image: image-url("sign-up-illustration-arm.png");
- }
-}
-
-@media only screen and (max-width:900px) {
- .header-illustration.new-user-arm { display: none;}
-}
-
-.wrapper {
- margin-left: 184px;
- border-left: 1px solid #ccc;
- text-align: left;
-}
-
-#content.maximised {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- border: 0;
- z-index: 1000;
-}
-
-#slim_container {
- width: 100%;
-}
-
-#slim_container_content {
- max-width: 50em;
- background-color: #FFFFFF;
- margin: $lineheight/2 auto;
- padding: 3px;
- border-radius: 25px;
- -moz-border-radius: 25px;
- border: 1px solid #e6e6e6;
-}
-
-#slim_content {
- margin: $lineheight/2;
- margin-top: 95px;
- max-width: 50em;
-
- .content-heading {
- margin-bottom: 15px;
- }
-}
-
-#slim_header {
- margin: 30px $lineheight/2;
- position: absolute;
- top: 0px;
- margin-right: $lineheight/4;
- img {
- vertical-align: middle;
- margin-bottom: $lineheight/4;
- margin-right: $lineheight/4;
- }
-}
-
-.content-heading {
- position: relative;
- padding: $lineheight;
- background: $offwhite;
- z-index: 2;
- h1, h2 {
- margin-bottom: $lineheight/2;
- line-height: 100%;
- &:last-child {
- margin-bottom: 0;
- }
- }
- p {
- margin-top: $lineheight/2;
- margin-bottom: 0px;
- }
-}
-
-/* Rules for small maps in content areas */
-
-.content_map {
- position: relative;
- width: 45%;
- height: 400px;
- border: 1px solid #ccc;
- margin-bottom: $lineheight;
- float: right;
-}
-
-.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;