}
/* Overrides for pages that use new layout conventions */
+.site-verifysignup,
.site-copyright,
.site-welcome {
#content {
max-width: 740px;
}
}
-.user-new #content.pad2 {
- padding: 0;
+
+.user-new,
+.user-create {
+ .content-heading {
+ height: 200px;
}
-.user-new .content-heading {
- height: 200px;
+ #content.pad2 {
+ padding: 0;
+ }
}
-.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;
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");
}
.field_with_errors {
padding: 2px;
background-color: #ff7070;
- display: table;
+ display: inline-block;
+}
+
+.formError {
+ display: inline-block;
+ padding: 5px 10px;
+ margin-top: 5px;
+ border-radius: 4px;
+ font-size: 12px;
+ color: #fff;
+ background-color: #ff7070;
}
/* Rules for rails validation error boxes */
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 {
background-position: -150px 0;
}
- .sprite.changeset {
+ .sprite.tag {
background-position: -200px 0;
}