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;
+ }
}
.header-illustration {
.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 */