]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.css
The tag-input box appearing should not move other tasks' tags around
[vopamoi] / vopamoi.css
index d8365cb517c5441776d4427fbaa83227c4d6e8ee..9f4469c367b127851cf79d76555181e0721d3a2b 100644 (file)
@@ -1,3 +1,12 @@
 input {
   width: calc(100% - 8px); /* 8px to account for the default padding and border */
 }
+.tag {
+  float: right;
+  margin-left: 1em;
+  font-size: 85%;
+}
+input.tag {
+  width: 7em;
+  border: none;
+}