Skip to content

Commit

Permalink
Merge pull request #694 from drgrice1/pg-problem-style-tweaks
Browse files Browse the repository at this point in the history
Tweak the styles for labels, text inputs, selects, and textareas in problems.
  • Loading branch information
pstaabp authored Jul 11, 2022
2 parents 3f38a29 + 5a7ae5f commit d3288f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions htdocs/js/apps/Problem/problem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

/* Problem elements */
label, input[type=text], select, textarea {
font-size: 16px;
font-weight: normal;
line-height: 18px;
width: auto;
Expand All @@ -48,10 +47,13 @@
vertical-align: middle;
border: 1px solid #ccc;
border-radius: 4px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: white;
}

textarea, input[type=text] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=text] {
height: 30px;
font-size: 14px;
Expand Down

0 comments on commit d3288f9

Please sign in to comment.