Commit f46ba330c948fc724d4578415f013b0e88c9072c
1 parent
3f54dc4f
Exists in
master
and in
29 other branches
Use a slightly smaller font in textareas
This makes the font size of the textarea elements similar to the one used by default in single-line text fields
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -2768,6 +2768,7 @@ div#activation_enterprise div { | @@ -2768,6 +2768,7 @@ div#activation_enterprise div { | ||
2768 | border-top: none; | 2768 | border-top: none; |
2769 | border-left: none; | 2769 | border-left: none; |
2770 | color: #585858; | 2770 | color: #585858; |
2771 | + font-size: 11px; | ||
2771 | } | 2772 | } |
2772 | .formfield input { | 2773 | .formfield input { |
2773 | text-indent: 5px; | 2774 | text-indent: 5px; |