Skip to content

Commit 84bffce

Browse files
Merge pull request #601 from creativecommons/stepper-question-clarity
improve stepper question clarity, correct style `label` wrapping bug
2 parents 97fa4a7 + b49b049 commit 84bffce

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>Choose a License for Your Work</h1>
158158

159159
<li>
160160
<fieldset id="require-attribution">
161-
<legend>Attribution?</legend>
161+
<legend>Require attribution for your work?</legend>
162162

163163
<div>
164164
<input type="radio" id="yes-attribution" name="attribution" value="yes" />
@@ -176,7 +176,7 @@ <h1>Choose a License for Your Work</h1>
176176

177177
<li>
178178
<fieldset id="allow-commercial-use">
179-
<legend>Commercial Use?</legend>
179+
<legend>Allow others to use your work commercially?</legend>
180180

181181
<div>
182182
<input type="radio" id="yes-commercial" name="commercial" value="yes" />
@@ -193,7 +193,7 @@ <h1>Choose a License for Your Work</h1>
193193

194194
<li>
195195
<fieldset id="allow-derivatives">
196-
<legend>Derivative Works?</legend>
196+
<legend>Allow others to remix, adapt, or build upon your work?</legend>
197197

198198
<div>
199199
<input type="radio" id="yes-derivatives" name="derivatives" value="yes" />
@@ -210,7 +210,7 @@ <h1>Choose a License for Your Work</h1>
210210

211211
<li>
212212
<fieldset id="share-alike">
213-
<legend>Sharing Requirements?</legend>
213+
<legend>Require adaptions of your work to be licensed under the same CC license?</legend>
214214

215215
<div>
216216
<input type="radio" id="yes-sharing-requirements" name="sharing-requirements" value="yes" />

src/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@
164164
}
165165

166166
.chooser-page form#chooser label {
167-
display: block;
168167
font-size: .7em;
169168
font-weight: 400;
170169
}
@@ -177,6 +176,10 @@
177176
line-height: 1.3;
178177
}
179178

179+
.chooser-page form#chooser #attribution-details label {
180+
display: block;
181+
}
182+
180183
.chooser-page form#chooser #attribution-details div {
181184
margin-bottom: .5em;
182185
}

0 commit comments

Comments
 (0)