mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
set width of .chosen-container on search page
This commit is contained in:
parent
ebb53440df
commit
da6af81ec9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user