/* Rules for greeting bar in the top right corner */
-#greeting {
- position: absolute;
- right: 0;
- top: 0;
- background: none;
-}
-
#browse_map ul.secondary-actions {
float: right;
font-size: 10px;
#message_title, #message_body {
width: 100% !important;
}
+
+/* Rules for the sign-up page */
+
+.user-new,
+.user-create {
+ .col6 {
+ width: 100%;
+ }
+
+ .aside {
+ display: none;
+ }
+}