Skip to content

Commit

Permalink
Improved Bootstrap styling for tabbed interfaces.
Browse files Browse the repository at this point in the history
See #1168, #1169.
  • Loading branch information
boonebgorges committed Sep 19, 2023
1 parent 138bd8a commit d0e0089
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions assets/css/pf-settings.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.pftab {
margin-left: 22px;
display: none; }
display: none;
padding-left: 8px;
padding-top: 20px;
}

.pftab.active {
display: block; }
Expand All @@ -15,6 +17,14 @@
text-decoration: none;
}

.pf_container select {
line-height: 30px;
}

.pf_container .tabwrappper label {
margin-left: 8px;
}

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

0 comments on commit d0e0089

Please sign in to comment.