diff options
| author | Hunternif | 2019-04-12 06:06:18 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-12 07:30:59 +0700 |
| commit | 902cca66f3062d6c8c93b4bb357d0522d7937d73 (patch) | |
| tree | 5c23e18318c3528d41153fcaedb561cda44e72e8 /client/css/post-upload.styl | |
| parent | f3d59369b15019e2ae6e53695eba5a922b36593a (diff) | |
Add tag input control to upload page. Fix some issues with tag input.
Diffstat (limited to 'client/css/post-upload.styl')
| -rw-r--r-- | client/css/post-upload.styl | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index 9849bd1..da0a6d5 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -12,7 +12,7 @@ $cancel-button-color = tomato &.inactive input[type=submit], &.inactive .control-checkbox, - &.inactive #common-tags, + &.inactive .tags, &.uploading input[type=submit], &.uploading .control-checkbox, &:not(.uploading) .cancel @@ -25,9 +25,18 @@ $cancel-button-color = tomato padding: 2em small font-size: 60% - - label[for=common-tags] - display: none !important + // Make the inputs aligned: + .url-holder + input + flex: 8 + button + flex: 1 + .tags + margin-top: 1em + input + flex: 8 + button + flex: 1 input[type=submit] margin-top: 1em |