Skip to content

Commit 122be74

Browse files
author
redray
committed
css fix: form hint indent
1 parent 82433a6 commit 122be74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/css/screen/uni-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
.uniForm .inlineLabels textarea{ width: 35%; /* <- Required property */ height: 12em; }
8181

82-
.uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 37%; font-size: .9em; color: #777; position: static; }
82+
.uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 17%; font-size: .9em; color: #777; position: static; }
8383

8484
.uniForm .inlineLabels .multiField{ width: 60%; /* <- Required property */ margin: 0 0 .3em 0; }
8585
.uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }

0 commit comments

Comments
 (0)