remove landing header on sign in mobile page

This commit is contained in:
fla 2015-10-24 15:07:52 +02:00
parent 96af4a0aec
commit 119ded6fdc
4 changed files with 30 additions and 48 deletions

View file

@ -651,24 +651,11 @@ input#user_password, #user_username, #user_password_confirmation, #user_email {
padding: 1px padding: 1px
} }
.session_mobile {
margin-top: -55px;
}
h1.session { h1.session {
font-size: 40px; font-size: 40px;
font-weight: 200; 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 { form p.checkbox_select {
position: relative; position: relative;
label { label {

View file

@ -2,12 +2,7 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
.session_mobile .stream#main_stream
.landing
%h1.session
= pod_name
#main_stream.stream
- flash.each do |name, msg| - flash.each do |name, msg|
.expose#flash-container .expose#flash-container
.flash-message{class: "message alert alert-#{flash_class name}"} .flash-message{class: "message alert alert-#{flash_class name}"}

View file

@ -3,7 +3,7 @@ Feature: editing the getting started in the mobile view
Background: Background:
Given I am on the login page 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 fill in the new user form
And I submit the form And I submit the form
Then I should be on the getting started page Then I should be on the getting started page

View file

@ -6,7 +6,7 @@ Feature: New user registration
Background: Background:
Given I am on the login page 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 Scenario: user signs up and goes to getting started
When I fill in the new user form When I fill in the new user form