_updateFields js should start with first list item position of 1, not 0 #1
|
@ -1,18 +1,18 @@
|
|||
li.cocoon {
|
||||
& > label {
|
||||
display: block;
|
||||
width: 100%;
|
||||
float: none;
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
float: none;
|
||||
padding: 0 !important;
|
||||
width: auto !important;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: 1em;
|
||||
padding: 1em !important;
|
||||
}
|
||||
|
||||
.links a {
|
||||
|
|
Loading…
Reference in New Issue