1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Group settings form fields into fieldsets

This commit is contained in:
Frédéric Guillot 2023-09-11 11:35:08 -07:00
parent 9990afb722
commit 2104eb85d7
21 changed files with 823 additions and 644 deletions

View file

@ -321,8 +321,9 @@ tr:hover {
/* Forms */
fieldset {
border: 1px solid #ddd;
border: 1px dotted #ddd;
padding: 8px;
margin-bottom: 20px;
}
legend {
@ -486,6 +487,10 @@ a.button-primary:focus,
margin-bottom: 20px;
}
fieldset .buttons {
margin-bottom: 0;
}
/* Alerts */
.alert {
padding: 8px 35px 8px 14px;