summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 27531f1..8d28c3b 100644
--- a/index.html
+++ b/index.html
@@ -100,9 +100,15 @@
#ui input[type=color] {
padding: 0;
}
- .in input, .in select {
+ .in select {
width: 5em;
}
+ .entry {
+ min-width: 1em;
+ border-bottom: 2px solid #fff4;
+ cursor: text;
+ display: inline-block;
+ }
.in, .ins, .control, .widget-title {
display: inline;
}