fix signup view background

This commit is contained in:
Felix Niklas 2014-10-07 17:18:12 +02:00
parent 619fdf4e7d
commit 045901e11e

View file

@ -1,7 +1,7 @@
<div class="fullHeight vertical center justified signup fit"> <div class="fullHeight vertical center justified signup fit">
<div class="hero-unit"> <div class="hero-unit">
<h1><%- @T( 'Join' ) %> <%= @C( 'product_name' ) %></h1> <h1><%- @T( 'Join' ) %> <%= @C( 'product_name' ) %></h1>
<form class="signup"> <form>
<div class="form-controls"> <div class="form-controls">
<a class="subtle-link standalone pull-left" href="#/"><%- @T( 'Cancel & Go Back' ) %></a> <a class="subtle-link standalone pull-left" href="#/"><%- @T( 'Cancel & Go Back' ) %></a>
<button class="btn btn--primary submit pull-right"><%- @T( 'Create my account' ) %></button> <button class="btn btn--primary submit pull-right"><%- @T( 'Create my account' ) %></button>