mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUGFIX: fix for the Chosen dropdown to show the items
This commit is contained in:
parent
2b26d544f9
commit
70bcac03cc
@ -127,6 +127,14 @@
|
|||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#Fields_fields .EditableFormField .extraOptions select {
|
||||||
|
width: 221px;
|
||||||
|
}
|
||||||
|
#Fields_fields .EditableFormField .extraOptions .chzn-drop input {
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 4px 20px 4px 5px;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
#Fields_fields .EditableFormField a.addableOption,
|
#Fields_fields .EditableFormField a.addableOption,
|
||||||
#Fields_fields .EditableFormField a.addCondition {
|
#Fields_fields .EditableFormField a.addCondition {
|
||||||
background: url(../../cms/images/add.gif) no-repeat top left;
|
background: url(../../cms/images/add.gif) no-repeat top left;
|
||||||
|
Loading…
Reference in New Issue
Block a user