]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.css
Keep tags visually associated with their task
[vopamoi] / vopamoi.css
index 814de513a35dddd9b8b8f8035b96e75530d52bc6..8483797b979abab1b033359b25073761129fc324 100644 (file)
@@ -4,7 +4,17 @@ input {
 .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;
 }