Skip to content

Commit 1e16f38

Browse files
committed
more cosmetic patches
1 parent 6780c89 commit 1e16f38

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

v3/js/opt-frontend-common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ var survey_v1 = '\n\
545545
<p style="margin-top: 10px; line-height: 175%;">\n\
546546
[Optional] Please answer these questions to support our research and to help improve this tool.<br/>\n\
547547
Where is your code from? <input type="text" id="code-origin-Q" class="surveyQ" size=60 maxlength=140/><br/>\n\
548-
What do you hope to learn by visualizing it? <input type="text" id="what-learn-Q" class="surveyQ" size=60 maxlength=140/><br/>\n\
548+
What do you hope to learn by visualizing it? <input type="text" id="what-learn-Q" class="surveyQ" size=55 maxlength=140/><br/>\n\
549549
How did you find this web site? <input type="text" id="how-find-Q" class="surveyQ" size=60 maxlength=140/>\n\
550550
<input type="hidden" id="Q-version" value="v1"/> <!-- for versioning -->\n\
551551
</p>'

v3/js/opt-frontend.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ function initTogetherJS() {
422422
$("#togetherjsStatus").html('<div>\
423423
Copy and send this URL to let others join your session:\
424424
</div>\
425-
<input type="text" style="font-size: 12pt; \
425+
<input type="text" style="font-size: 11pt; \
426426
font-weight: bold; padding: 5px;\
427-
margin-bottom: 10pt;" \
427+
margin-bottom: 6pt;" \
428428
id="togetherjsURL" size="80" readonly="readonly"/>');
429-
$("#togetherjsURL").val(urlToShare).attr('size', urlToShare.length + 15);
429+
$("#togetherjsURL").val(urlToShare).attr('size', urlToShare.length + 25);
430430
}
431431

432432
$("#togetherjsStatus").append(informedConsentText).fadeIn(500);

v3/visualize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</div>
143143
<div style="font-size: 10pt; margin-bottom: 5pt; padding: 1pt;">
144144
I just learned that
145-
<input style="font-size: 10pt; padding: 1pt;" type="text" id="iJustLearnedInput" size="70"/>
145+
<input style="font-size: 10pt; padding: 1pt;" type="text" id="iJustLearnedInput" size="70" maxlength=300/>
146146

147147
<button id="iJustLearnedSubmission" type="button" style="font-size: 10pt;">Submit</button>
148148

0 commit comments

Comments
 (0)