Skip to content

Commit

Permalink
Modal sign in spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekat committed Sep 11, 2012
1 parent 7d694a6 commit a776683
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion assets/css/ey-elements.less
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,10 @@ html, body { height: 100%; }
width: 440px;
}


// Sign in modal
#sign-in-modal {
padding: 0 0 20px;
.form-inline input {
margin-right: 8px;
}
}
4 changes: 2 additions & 2 deletions assets/css/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
left: 50%;
z-index: @zindexModal;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
width: 360px;
margin: -250px 0 0 -180px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);
Expand Down
8 changes: 4 additions & 4 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
button(type="button", data-dismiss="modal").close
x
h3
| Choose a display name to start:
| What's your name?
.modal-body
form#username-form
form.form-inline#username-form
label
input#username(placeholder="Display name", required="yes")
input#username(placeholder="Name", required="yes")

button.btn(type="submit")
| Start chatting
| Enter Chat

0 comments on commit a776683

Please sign in to comment.