nextcloudpi/ncp-app/css/admin.css
Tobias K 3958883e62
Add ncp-community.sh and admin section to ncp-app
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2023-10-19 20:17:37 +02:00

39 lines
575 B
CSS

#nextcloudpi li {
display: flex;
flex-direction: row;
justify-content: start;
margin-left: 2em;
}
#nextcloudpi li div:first-of-type {
width: 10em;
white-space: nowrap;
}
#nextcloudpi li * {
line-height: 36px;
}
#nextcloudpi hidden {
display: none;
}
#nextcloudpi .error-message {
padding: 1em;
color: red;
border-width: 1px;
border-color: red;
border-style: dashed;
}
#nextcloudpi input[name="notificationAccounts"] {
width: 27em;
}
.divider {
height: .5em;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: var(--color-main-text);
}