Skip to content

Commit

Permalink
made things look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Seguin committed Sep 23, 2011
1 parent 58221a8 commit b83ba06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
Binary file modified web/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion web/public/stylesheets/mw.css
Expand Up @@ -31,7 +31,7 @@ a:hover{text-decoration:underline}
#narrow {width:600px;margin-top:50px;box-shadow:0 1px 7px #aaa;border-color:#bbb;border-radius:5px;}
#narrow h3{padding:10px 30px;margin:0;}
#narrow div.error{padding:5px 30px;color:#f44;}
#narrow form > div {padding:15px 30px;}
#narrow form > div {padding:5px 30px;}
#narrow div.buttons {position:relative;background:#eee;padding:15px 30px;border-top:1px solid #bbb;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

form div.item{position:relative;margin-bottom:25px;}
Expand Down
8 changes: 6 additions & 2 deletions web/views/login.jade
Expand Up @@ -4,7 +4,11 @@ include mixins/form-helpers

form(method='post', action='/')
div
mixin field('username', 'text')
mixin field('password', 'password')
.item
label(for='username') username
input(name='username', type='text')
.item
label(for='password') password
input(name='password', type='password')
.buttons
input.button(type='submit', value='login')
8 changes: 0 additions & 8 deletions web/views/mixins/form-helpers.jade

This file was deleted.

0 comments on commit b83ba06

Please sign in to comment.