Navigation Menu

Skip to content

Commit

Permalink
More pretty search box
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent c6ee26b commit b8d95d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
7 changes: 6 additions & 1 deletion public/css/norema.css
Expand Up @@ -7,6 +7,11 @@ body {
}

.search-on-top input#query {
width: 90%;
width: 920px;
padding: 10px 10px;
margin-bottom: 10px;
}

.search-on-top input[type="submit"] {
padding: 7px 14px 7px 14px;
}
17 changes: 10 additions & 7 deletions views/index.jade
@@ -1,10 +1,13 @@
extends layout

block content
.hero-unit
h1 Node Reference Manual Search.
p Search node.js documents.
.search-on-top
form(action='search').form-search
input(type='text', name="query").search-query#query
input(type='submit', value="Search").btn
.row
.span12
.hero-unit
h1 Node Reference Manual Search.
p Search node.js documents.
.search-on-top
form(action='search').form-search
input(type='text', name="query").search-query#query
.pull-right
input(type='submit', value="Search").btn.btn-primary

0 comments on commit b8d95d0

Please sign in to comment.