mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +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;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#database .chosen-container,
|
||||||
|
#fulltext .chosen-container {
|
||||||
|
width: 95% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.chosen-container-multi .chosen-choices {
|
.chosen-container-multi .chosen-choices {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user