2024-05-01 09:53:59 +02:00
|
|
|
.view-title
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-04-30 15:32:42 +02:00
|
|
|
/*
|
2024-04-29 00:15:48 +02:00
|
|
|
.view-form > .plankton_form
|
|
|
|
{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-form > .plankton_form > .plankton_form_input
|
|
|
|
{
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-form > .plankton_form > .plankton_form_actions
|
|
|
|
{
|
2024-04-30 01:32:40 +02:00
|
|
|
|
2024-04-29 00:15:48 +02:00
|
|
|
flex: 1;
|
|
|
|
}
|
2024-04-30 15:32:42 +02:00
|
|
|
*/
|
2024-04-30 01:32:40 +02:00
|
|
|
|
|
|
|
.plankton_form_actions > *
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
margin: 8px;
|
|
|
|
}
|