Skip to content

Commit d3288f9

Browse files
authored
Merge pull request #694 from drgrice1/pg-problem-style-tweaks
Tweak the styles for labels, text inputs, selects, and textareas in problems.
2 parents 3f38a29 + 5a7ae5f commit d3288f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

htdocs/js/apps/Problem/problem.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
/* Problem elements */
3636
label, input[type=text], select, textarea {
37-
font-size: 16px;
3837
font-weight: normal;
3938
line-height: 18px;
4039
width: auto;
@@ -48,10 +47,13 @@
4847
vertical-align: middle;
4948
border: 1px solid #ccc;
5049
border-radius: 4px;
51-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5250
background-color: white;
5351
}
5452

53+
textarea, input[type=text] {
54+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
55+
}
56+
5557
input[type=text] {
5658
height: 30px;
5759
font-size: 14px;

0 commit comments

Comments
 (0)