remove landing header on sign in mobile page
This commit is contained in:
parent
96af4a0aec
commit
119ded6fdc
4 changed files with 30 additions and 48 deletions
|
|
@ -651,24 +651,11 @@ input#user_password, #user_username, #user_password_confirmation, #user_email {
|
|||
padding: 1px
|
||||
}
|
||||
|
||||
.session_mobile {
|
||||
margin-top: -55px;
|
||||
}
|
||||
|
||||
h1.session {
|
||||
font-size: 40px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.landing {
|
||||
padding: 20px;
|
||||
margin: -10px -20px 10px -20px;
|
||||
background-color:#4b4b4b;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
form p.checkbox_select {
|
||||
position: relative;
|
||||
label {
|
||||
|
|
|
|||
|
|
@ -2,12 +2,7 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
.session_mobile
|
||||
.landing
|
||||
%h1.session
|
||||
= pod_name
|
||||
|
||||
#main_stream.stream
|
||||
.stream#main_stream
|
||||
- flash.each do |name, msg|
|
||||
.expose#flash-container
|
||||
.flash-message{class: "message alert alert-#{flash_class name}"}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Feature: editing the getting started in the mobile view
|
|||
|
||||
Background:
|
||||
Given I am on the login page
|
||||
When I follow "Sign up"
|
||||
When I follow "Sign up" within ".navbar"
|
||||
And I fill in the new user form
|
||||
And I submit the form
|
||||
Then I should be on the getting started page
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Feature: New user registration
|
|||
|
||||
Background:
|
||||
Given I am on the login page
|
||||
And I follow "Sign up"
|
||||
And I follow "Sign up" within "#login_form"
|
||||
|
||||
Scenario: user signs up and goes to getting started
|
||||
When I fill in the new user form
|
||||
|
|
|
|||
Loading…
Reference in a new issue