]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Ensure the heading text appears above the illustration
[rails.git] / app / assets / stylesheets / common.scss
index 3e4b30a70580faaa50ec018e083106bf5e16d173..0023286bf6391e405de80666cb962cf7d5fa0cba 100644 (file)
@@ -1035,15 +1035,11 @@ tr.turn:hover {
 
 /* Overrides for pages that use new layout conventions */
 
-.header-illustration-heading {
-  height: 200px;
-}
-
 .header-illustration {
   background-position: 0 0;
   background-repeat: no-repeat;
-  position: absolute;
-  height: 200px;
+  position: relative;
+  min-height: 200px;
   width: 100%;
   left: 0;
   bottom: 0;
@@ -1063,9 +1059,10 @@ tr.turn:hover {
   &.new-user-arm {
     height: 110px;
     width: 130px;
-    left: 260px;
-    top: 160px;
+    left: 280px;
+    top: 180px;
     background-image: image-url("sign-up-illustration-arm.png");
+    position: absolute;
     z-index: 100;
   }
 }