Actually, scrolling should be not necessary at all now, so I'm removing that text.

<mina86> it will never scroll  [18:09]
<mina86> or I should say, unless you have *very* narrow browser window
<bkuhn> :)
<mina86> the names of the licences will wrap if it's too narrow  [18:10]
<mina86> and horizontal scroll will appear only if individual words in license
         names are too long
This commit is contained in:
Bradley M. Kuhn 2014-02-10 18:11:09 -05:00
parent 2fb6769642
commit 54d0a4b5cb

View file

@ -12,7 +12,7 @@ function step2_do () {
$result .= "An <a href=\"http://en.wikipedia.org/wiki/Single_transferable_vote\">STV algorithm</a> will be used to count your votes.</p>";
$result .= "<p>Clicking on a candidate in the <em>Candidates</em> box adds it in order to the Prefences box. ";
$result .= "If you want to change a selection you've already made, you can click on the candidate in the <em>Preferences</em> box, and that candidate will move back to the <em>Candidates</em> box. (Note: you may need to scroll to the right to see the <em>Preferences</em> box).</p>";
$result .= "If you want to change a selection you've already made, you can click on the candidate in the <em>Preferences</em> box, and that candidate will move back to the <em>Candidates</em> box.</p>";
$result .= "<p>Once you have a <em>Preferences</em> box that you like, use the button at the bottom to continue to the next step. You can review and confirm";
$result .= " your ballot on the next page.</p>";