diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-22 23:05:12 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-22 23:15:34 +0700 |
| commit | a20306ca443d7486a935493e55b06d79463c1f25 (patch) | |
| tree | cb8780f61af31de4211b4c01f1fca116cae6746a /client/css | |
| parent | 220373c3a0b315d78b912fb4b4c52bf345290839 (diff) | |
client: ui to create post metric range
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-main-view.styl | 3 | ||||
| -rw-r--r-- | client/css/post-metric-input.styl | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index aa281d7..3a8dfe7 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -35,6 +35,9 @@ text-align: center @media (max-width: 800px) margin-top: 1em + .tag-icon + width: 1em + text-align: right >.content width: 100% diff --git a/client/css/post-metric-input.styl b/client/css/post-metric-input.styl index 44a6f08..6248b41 100644 --- a/client/css/post-metric-input.styl +++ b/client/css/post-metric-input.styl @@ -35,7 +35,10 @@ ul.compact-unset-metrics, ul.compact-post-metrics ul.compact-post-metrics input[type=number] margin-left: 0.5em - width: auto + width: 4em min-width: 60px label display: none + .range-delimiter + margin-left: 0.5em + color: $inactive-link-color |