Skip to content
Snippets Groups Projects
Commit 4c9c110e authored by Pascal Rössler's avatar Pascal Rössler
Browse files

B11517: Fixed Bug not showing extraInfoButton on certain FormElements like:...

B11517: Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor refs #11517
parent 047077c9
No related branches found
No related tags found
2 merge requests!526New version 23.1.1,!520B11517: Fixed Bug not showing extraInfoButton on certain FormElements like:...
......@@ -1455,4 +1455,8 @@ input.qfq-password {
/* bootstrap correction for better looking arrows in datetimepicker */
[data-action="decrementHours"]>span.glyphicon-chevron-down, [data-action="incrementHours"]>span.glyphicon-chevron-up, [data-action="incrementMinutes"]>span.glyphicon-chevron-up, [data-action="decrementMinutes"]>span.glyphicon-chevron-down, [data-action="incrementSeconds"]>span.glyphicon-chevron-up, [data-action="decrementSeconds"]>span.glyphicon-chevron-down {
top: -19px;
}
.input-group-btn > span > .glyphicon-info-sign {
font-size: 10pt;
}
\ No newline at end of file
......@@ -93,7 +93,7 @@
onclick="$('#qfq-info-201').slideToggle('swing')"></span>
<div class="alert alert-info" id="qfq-info-201" style="display: none;">
<p>Please give a brief statement of purpose, such as the topics of your main mathematical interest,
<p>Hello World - Please give a brief statement of purpose, such as the topics of your main mathematical interest,
your past work in mathematics, of your academic plans in graduate school and your subsequent
career objectives.</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment