Skip to content

Commit

Permalink
[General] fixes position of typeahead fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Sep 19, 2015
1 parent b5ba11b commit 8687bdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion less/general.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
display: inline-block;
}
#form-jobs-list-filter .twitter-typeahead {
top: -4px;
top: -6px;
}
13 changes: 3 additions & 10 deletions less/include/typeahead.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,16 @@
// width: 100%;
}

#search-applications-form .tt-input,
#search-applications-form .btn-group {
vertical-align: middle !important;
}

.tt-dropdown-menu {
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
border-radius: @border-radius-base;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);


}

.tt-suggestion {
font-size: 14px;
font-size: @font-size-base;

padding: 10px 20px;
border-top: 1px solid rgba(0,0,0,0.2);
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion public/css/yawik.css

Large diffs are not rendered by default.

0 comments on commit 8687bdb

Please sign in to comment.