Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css |
— | — | @@ -126,17 +126,19 @@ |
127 | 127 | padding: 0; |
128 | 128 | } |
129 | 129 | form#optin-survey dl { |
| 130 | + border-top: dashed 1px silver; |
130 | 131 | margin: 0; |
131 | 132 | padding: 0; |
| 133 | + margin-top: 1em; |
| 134 | + padding-top: 1em; |
132 | 135 | } |
133 | 136 | form#optin-survey dl dt, |
134 | 137 | form#optin-survey dl dd { |
135 | 138 | margin: 0; |
136 | 139 | margin-bottom: 0.5em; |
137 | | - line-height: 2em; |
138 | 140 | } |
139 | 141 | form#optin-survey dl dt { |
140 | | - font-size: large; |
| 142 | + font-size: 1.1em; |
141 | 143 | } |
142 | 144 | form#optin-survey dl dd { |
143 | 145 | margin-left: 2em; |
— | — | @@ -145,7 +147,10 @@ |
146 | 148 | width: 30em; |
147 | 149 | height: 4em; |
148 | 150 | } |
149 | | -form#optin-survey dl dt p, |
| 151 | +form#optin-survey dl dt p { |
| 152 | + margin: 0; |
| 153 | + padding: 0; |
| 154 | +} |
150 | 155 | form#optin-survey dl dd p { |
151 | 156 | margin: 0; |
152 | 157 | padding: 0; |
Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php |
— | — | @@ -380,7 +380,8 @@ |
381 | 381 | $retval .= Xml::tags( |
382 | 382 | 'dt', |
383 | 383 | array( 'class' => 'optin-survey-submit' ), |
384 | | - Xml::submitButton( wfMsg( 'optin-submit-out' ) ) |
| 384 | + Xml::element( 'a', array( 'name' => 'leave' ) ) . |
| 385 | + Xml::submitButton( wfMsg( 'optin-submit-out' ) ) |
385 | 386 | ); |
386 | 387 | $retval .= Xml::closeElement( 'dl' ); |
387 | 388 | $wgOut->addHTML( $retval ); |
Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 'optin-survey-yes' => 'Yes', |
38 | 38 | 'optin-survey-no' => 'No', |
39 | 39 | 'optin-survey-intro' => "Thank you for trying Acai Beta. |
40 | | -We would like to know what you think about our new interface, so we would appreciate it if you filled out the optional survey below before clicking \"{{int:optin-submit-out}}\".", |
| 40 | +We would like to know what you think about our new interface, so we would appreciate it if you filled out the optional survey below before clicking \"[[#leave|{{int:optin-submit-out}}]]\".", |
41 | 41 | 'optin-survey-question-likedislike' => 'What did you like about the Acai Beta? What did you dislike about the Acai Beta?', |
42 | 42 | 'optin-survey-question-whyoptout' => 'Why are you leaving this Beta? (please select all that apply) ', |
43 | 43 | 'optin-survey-answer-whyoptout-hard' => 'It was too hard to use.', |