15 lines
265 B
CSS
15 lines
265 B
CSS
|
|
|
|
button.collapsed {
|
|
display: block;
|
|
opacity: 0;
|
|
}
|
|
|
|
form.filter button.save, form.filter button.button-cancel {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
form.filter button.save, form.filter button.button-cancel {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
} |