Skip to content

Commit

Permalink
CSS for inline forms
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 26, 2015
1 parent e000c18 commit b8a53c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/rocketchat-theme/assets/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,15 @@ input.search {
}
}

form.inline {
input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'] {
width: auto;
}
}

.search-form {
position: relative;
}
Expand Down

0 comments on commit b8a53c9

Please sign in to comment.