Skip to content

Commit

Permalink
Reorganization of Site Options page.
Browse files Browse the repository at this point in the history
* Use form-table structure for layout.
* Improve accessibility through more consistent use of fieldsets.
* Use subheadings to group together related options.
* Improve labels and descriptive text for better explanation of options.

See #1168.
  • Loading branch information
boonebgorges committed Mar 1, 2024
1 parent f820028 commit 5e37f5e
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 194 deletions.
17 changes: 16 additions & 1 deletion assets/css/pf-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,25 @@
line-height: 30px;
}

.tabwrappper input[type="checkbox"] {
.tabwrappper label select,
.tabwrappper label input {
margin-right: 5px;
}

.tabwrappper label.label-left {
display: inline-block;
padding-right: 10px;
width: 80px;
}

.promoted-item-settings select {
margin-bottom: 10px;
}

.tabwrappper h3 {
margin-top: 2em;
}

#responses {
display: none;
padding: 10px;
Expand Down
Loading

0 comments on commit 5e37f5e

Please sign in to comment.