summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2fc0d81..8d56a57 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,7 @@
button {
height: 2.0em;
}
- input {
+ input[type=text], input[type=number] {
height: 1.5em;
font-size: inherit;
}
@@ -196,6 +196,10 @@
</p>
</noscript>
<div id="ui">
+ <form action="#" method="dialog" id="code-form">
+ <input type="text" placeholder="Code" id="code">
+ <input type="submit" value="✓">
+ </form>
Add <input type="text" id="widget-search" placeholder="Search">
<div id="widget-choices"></div>
<div id="widgets-container"></div>