Skip to content

Commit 2d0215d

Browse files
improve stepper question clarity, correct style label wrapping bug
1 parent 97fa4a7 commit 2d0215d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/index.html

Lines changed: 5 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" />
@@ -168,6 +168,7 @@ <h1>Choose a License for Your Work</h1>
168168
<div>
169169
<input type="radio" id="no-attribution" name="attribution" value="no" />
170170
<label for="no-attribution">No</label>
171+
<!-- <span role="tooltip">Anyone can use my work, even without giving me attribution.</span> -->
171172
</div>
172173

173174
</fieldset>
@@ -176,7 +177,7 @@ <h1>Choose a License for Your Work</h1>
176177

177178
<li>
178179
<fieldset id="allow-commercial-use">
179-
<legend>Commercial Use?</legend>
180+
<legend>Allow others to use your work commercially?</legend>
180181

181182
<div>
182183
<input type="radio" id="yes-commercial" name="commercial" value="yes" />
@@ -193,7 +194,7 @@ <h1>Choose a License for Your Work</h1>
193194

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

198199
<div>
199200
<input type="radio" id="yes-derivatives" name="derivatives" value="yes" />
@@ -210,7 +211,7 @@ <h1>Choose a License for Your Work</h1>
210211

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

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

src/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,17 @@
164164
}
165165

166166
.chooser-page form#chooser label {
167+
/* display: block; */
168+
font-size: .7em;
169+
font-weight: 400;
170+
}
171+
172+
.chooser-page form#chooser span[role=tooltip] {
167173
display: block;
168174
font-size: .7em;
169175
font-weight: 400;
176+
opacity: .3;
177+
170178
}
171179

172180
.chooser-page form#chooser #attribution-details span {

0 commit comments

Comments
 (0)