X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/580d25b971548f227bc3e39661479c20e548e0df..c0bfc11d0320be65e57d12b35a50cc7001f10a9b:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 67f04e55c..78126bb88 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1046,6 +1046,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } /* Overrides for pages that use new layout conventions */ +.site-verifysignup, .site-copyright, .site-welcome { #content { @@ -1060,13 +1061,13 @@ ul.results-list li { border-bottom: 1px solid #ccc; } height: 200px; } -.new-user-illustration { +.header-illustration { background-position: 0 0; background-repeat: no-repeat; position: absolute; } -.new-user-illustration.new-user-main { +.header-illustration.new-user-main { height: 200px; width: 100%; left: 0; @@ -1074,10 +1075,10 @@ ul.results-list li { border-bottom: 1px solid #ccc; } background-image: image-url("sign-up-illustration.png"); } -.new-user-illustration.new-user-arm { +.header-illustration.new-user-arm { height: 110px; width: 130px; - left: 230px; + left: 260px; top: 160px; background-image: image-url("sign-up-illustration-arm.png"); } @@ -2267,6 +2268,25 @@ a.button { background: #fff; } +/* Rules for the "Verify signup" page */ +.site-verifysignup .content-heading { + height: 200px; +} + +.header-illustration.verify-main { + background-position: 0 0; + background-repeat: no-repeat; + position: absolute; +} + +.header-illustration.verify-main { + height: 200px; + width: 100%; + left: 0; + bottom: 0; + background-image: image-url("verify-illustration.png"); +} + /* Rules for the "Welcome" page */ .site-welcome { .center {