- rework datetime panel [SME: 13020] - Fix errors in error messages for local networks panel [SME: 13044] - Add in Config Db open in Proxy.pm needed after UTF8 change [SME: 13046]
29 lines
514 B
CSS
29 lines
514 B
CSS
.datetime-config-row {
|
|
display: flex;
|
|
align-items: stretch;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.datetime-label-col {
|
|
background: #e8f3e2; /* light green */
|
|
padding: 1em 0em 0em 0em;
|
|
min-width: 192px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-end;
|
|
font-weight: bold;
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
|
|
.datetime-label {
|
|
display: block;
|
|
}
|
|
|
|
.datetime-fields-col {
|
|
background: #fff;
|
|
padding: 1em;
|
|
flex: 1;
|
|
border: 1px solid #ccc;
|
|
border-left: none;
|
|
border-radius: 0 4px 4px 0;
|
|
} |