Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2535 from vhpoet/release
Browse files Browse the repository at this point in the history
[TASK] Show login on first login
  • Loading branch information
mrajvanshy committed Jun 2, 2015
2 parents 17001d8 + 777aee3 commit fe9c259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/less/ripple/landing.less
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@ header.loggedOut {
}

.loginWrapper {
margin: 20px 0 -30px;
text-align: center;
width: 50%;
display: inline-block;
}

.tabAdjust {
Expand Down
6 changes: 1 addition & 5 deletions src/templates/client/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ div#wrapper

.loginContainer

// Register
.container-fluid.main(ng-if="!showLogin && showRegister", id="t-register", role="main")
include ../tabs/register.jade

// Login
.container-fluid.main(ng-if="showLogin && !showRegister", id="t-login", role="main")
.container-fluid.main(ng-if="showLogin || showRegister", id="t-login", role="main")
include ../tabs/login.jade

// Main
Expand Down
4 changes: 2 additions & 2 deletions src/templates/tabs/login.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ section.col-xs-12.content(ng-controller="LoginCtrl")
hr
p.heroText(l10n) Trade hundreds of assets, from XRP to crypto to gold to fiat.
.auth-form-wrapper.col-xs-12.col-sm-6.col-md-4
//.tabAdjust
.signUpWrapper
.tabAdjust
//.signUpWrapper
h2.signUpTop
a(href='#register', l10n-inc) Sign Up
.loginWrapper
Expand Down

0 comments on commit fe9c259

Please sign in to comment.