set width of .chosen-container on search page

This commit is contained in:
Uwe Steinmann 2016-03-30 14:06:27 +02:00
parent ebb53440df
commit da6af81ec9

View File

@ -98,6 +98,11 @@ div.statusbar a.btn {
margin-bottom: 10px;
}
#database .chosen-container,
#fulltext .chosen-container {
width: 95% !important;
}
.chosen-container-multi .chosen-choices {
border: 1px solid #cccccc;
border-radius: 4px;