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:
parent
9990afb722
commit
2104eb85d7
21 changed files with 823 additions and 644 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue