do not force field width on search forms

This commit is contained in:
Frédéric Péters 2011-11-17 13:15:51 +01:00
parent ce797bf44a
commit 86f3efef88
1 changed files with 7 additions and 0 deletions

View File

@ -2320,3 +2320,10 @@ ul#cri-stream {
#hp-docs .pubdate {
font-weight: normal;
}
dd#fieldset-documents input,
dd#fieldset-dossiers input,
dd#fieldset-questions input,
dd#fieldset-decrets input {
width: auto;
}