]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.css
Keep tags visually associated with their task
[vopamoi] / vopamoi.css
index d8365cb517c5441776d4427fbaa83227c4d6e8ee..8483797b979abab1b033359b25073761129fc324 100644 (file)
@@ -1,3 +1,20 @@
 input {
   width: calc(100% - 8px); /* 8px to account for the default padding and border */
 }
+.tag {
+  float: right;
+  margin-left: 1em;
+  font-size: 80%;
+}
+span.tag {
+  color: white;
+  padding: 1px .5em;
+  font-weight: bold;
+}
+input.tag {
+  width: 7em;
+  border: none;
+}
+.task {
+  clear: right;
+}