Commit 96c003b10fb15c25ff403debed4eebb5dc3f12a1
1 parent
a6ab9d6f
Exists in
master
and in
28 other branches
Fixed witdh of search field on profile-search-block
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3980,7 +3980,7 @@ h1#agenda-title { |
3980 | 3980 | } |
3981 | 3981 | /* * * Profile search block * * * * * * * */ |
3982 | 3982 | |
3983 | -.profile-search-block .formfield input { | |
3983 | +.profile-search-block .search-field .formfield input { | |
3984 | 3984 | width: 100%; |
3985 | 3985 | } |
3986 | 3986 | .profile-search-block .button.icon-search { | ... | ... |