2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_group_field
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_group_field_label
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
display: block;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.8em;
|
2025-10-17 00:10:28 +02:00
|
|
|
text-transform: uppercase;
|
2024-10-01 21:33:14 +02:00
|
|
|
}
|
|
|
|
|
|
2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_soft_container > *
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_soft_setter
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_soft_inactive
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-17 00:10:28 +02:00
|
|
|
.plankton_input_group
|
|
|
|
|
{
|
2024-10-01 21:33:14 +02:00
|
|
|
margin-left: 24px;
|
|
|
|
|
}
|
2024-10-11 07:04:20 +02:00
|
|
|
|
|
|
|
|
.plankton_input_list_element > *
|
|
|
|
|
{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plankton_input_list_element > .plankton_input_list_element_input > .plankton_input_group > *
|
|
|
|
|
{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2024-10-20 18:26:05 +02:00
|
|
|
|
|
|
|
|
.plankton_input_group_field textarea
|
|
|
|
|
{
|
2024-10-21 19:19:33 +02:00
|
|
|
min-width: 350px;
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plankton_input_soft_setter
|
|
|
|
|
{
|
|
|
|
|
vertical-align: top;
|
2024-10-20 18:26:05 +02:00
|
|
|
}
|
2025-10-17 00:10:28 +02:00
|
|
|
|
|
|
|
|
.plankton_input_password_exhibit
|
|
|
|
|
{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|