# HG changeset patch # User bsw # Date 1535618701 -7200 # Node ID 22cf6b9b0698856a44f71d561607f2838c65c94b # Parent 1d27f2800c52616576a1b26fbfe982feb9524e0d Use correct css class 2 diff -r 1d27f2800c52 -r 22cf6b9b0698 app/main/_layout/default.html --- a/app/main/_layout/default.html Thu Aug 30 10:44:08 2018 +0200 +++ b/app/main/_layout/default.html Thu Aug 30 10:45:01 2018 +0200 @@ -679,7 +679,7 @@ cursor: pointer; } -form.form .ui_field_label { +div.form .ui_field_label { text-transform: uppercase; font-size: 80%; }