diff --git a/client/index.html b/client/index.html index 53f9aae..72b6a21 100644 --- a/client/index.html +++ b/client/index.html @@ -53,6 +53,15 @@ transition-timing-function: ease-in-out; } + .grid .tags{ + font-size: 0.85em; + padding-bottom: 10px; + display: inline-block; + } + + .mobile.tags{ + margin-bottom: 10px; + } .alignRight{ text-align: right; @@ -60,7 +69,38 @@ .alignLeft{ text-align: left; } - + .tag-editor{ + position: absolute; + border:1px solid; + padding: 10px; + width: 300px; + } + + .tag-editor a.pill{ + margin-right: 5px; + background: blue; + border-radius: 5px; + padding: 2px 5px; + text-decoration: none; + display: inline-block; + margin-bottom: 5px; + } + + a.pill i{ + background-color: inherit; + margin-right: 2px; + } + + .tag-editor .available a.pill{ + background: green; + } + .tag-editor .existing a.pill{ + background: palevioletred; + } + + .tag-editor>div{ + margin-bottom: 15px;; + } @@ -81,6 +121,14 @@ + +