}
/* Overrides for pages that use new layout conventions */
+.user-new,
+.user-create,
+.user-terms,
.user-confirm,
.site-copyright,
.site-welcome {
.user-new,
.user-create,
+.user-terms,
.user-confirm {
.content-heading {
height: 200px;
}
.user-new,
-.user-create {
+.user-create,
+.user-terms {
#content {
padding: 0;
}
/* Rules for the account confirmation page */
-#terms {
+.user-terms {
.legale {
border: 1px solid #ccc;
padding: $lineheight;
}
}
- form.sign {
- input[type=submit] {
- float: left;
- }
- #decline {
- background: $lightblue;
- &:hover {
- background: darken($lightblue, $hovercolor);
- }
+ #decline {
+ background: $lightblue;
+ &:hover {
+ background: darken($lightblue, $hovercolor);
}
}
- fieldset {
- margin-bottom: $lineheight;
- }
- #contributorGuidance {
- background-color: $offwhite;
- border-radius: 4px;
- -moz-border-radius: 4px;
- }
- .signing-buttons {
- height: 50px;
- }
}
/* Rules for the account settings page */