8000 [issues] Add form for when no URL params are present · w3c/csswg-drafts@7691c77 · GitHub
Skip to content

Commit 7691c77

Browse files
committed
[issues] Add form for when no URL params are present
1 parent 7905e81 commit 7691c77

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

issues.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dl > dt:not(:first-of-type) {
189189
.filter label {
190190
display: inline-block;
191191
padding: .3em .5em;
192-
margin: .3em;
192+
margin: .25em;
193193
border-radius: .3em;
194194
}
195195

@@ -246,3 +246,11 @@ dl > dt:not(:first-of-type) {
246246
[property="status"], [property="resolved"] {
247247
white-space: nowrap;
248248
}
249+
250+
form input, form button {
251+
font: inherit;
252+
}
253+
254+
form {
255+
font-weight: bold;
256+
}

issues.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,23 @@
99
</head>
1010
<body>
1111

12+
<div mv-app mv-if="!$url.spec">
13+
<header>
14+
<div class="mv-bar mv-ui mv-fixed"></div>
15+
<h1>
16+
CSS WG Disposition of Comments
17+
</h1>
18+
19+
<form>
20+
<label>Spec shortname: <input name="spec" value="css-images" /></label>
21+
<label>Disposition of Comments id: <input name="doc" value="cr-2012"></label>
22+
<button>Go</button>
23+
</form>
24+
</header>
25+
</div>
1226
<div mv-app id="issues"
1327
mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{$url.doc}.json"
14-
mv-source="{$url.spec}/issues-{$url.doc}.json"
15-
mv-github-commit-prefix="[{$url.spec}] ">
28+
mv-github-commit-prefix="[{$url.spec}] " mv-if="$url.spec">
1629
<header>
1730
<div class="mv-bar mv-ui mv-fixed"></div>
1831
<h1>

0 commit comments

Comments
 (0)