Skip to content

Commit

Permalink
Style search input
Browse files Browse the repository at this point in the history
  • Loading branch information
aharris committed Jul 4, 2015
1 parent c40fbd3 commit 81444d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jayda/components/side-nav/side-nav.jade
@@ -1,6 +1,6 @@
mixin side-nav(it)
.ui-widget.jayda-search
input#jayda-search-input(placeholder="Search")
input.jayda-search-input#jayda-search-input(placeholder="Search")

ul.jayda-side-nav.jayda-search-results

Expand Down
6 changes: 6 additions & 0 deletions jayda/styl/core/_default.styl
Expand Up @@ -126,3 +126,9 @@ body
// Search
// .jayda-search
// float right

.jayda-search-input
border 0
width 100%
padding 1em
border-radius 5px

0 comments on commit 81444d6

Please sign in to comment.