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