16 lines
224 B
CSS
16 lines
224 B
CSS
.InputfieldPageAdd {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.InputfieldPageAddButton {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.InputfieldPageAddItems {
|
|
display: none;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.InputfieldPageAddItems input {
|
|
width: 99%;
|
|
}
|