diff --git a/client/css/forms.styl b/client/css/forms.styl index 9f11f2f..3590c8c 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -9,14 +9,14 @@ form margin: 0 padding: 0 li - margin-top: 0.5em + margin-top: 1.2em label display: block - padding: 0.5em 0 + padding: 0.3em 0 .input margin-bottom: 1em .buttons - margin-top: 1em + margin-top: 1.5em .input li:first-child label:not(.radio):not(.checkbox):not(.file-dropper), .input li:first-child padding-top: 0 @@ -28,22 +28,6 @@ form font-size: 80% line-height: 120% -form.tabular - ul - display: table - table-layout: fixed - width: 100% - li - display: table-row - label:not(.radio):not(.checkbox):not(.file-dropper) - box-sizing: border-box - display: table-cell - width: 33% - text-align: right - padding-right: 1em - .messages, .buttons - margin-left: 33% - form.horizontal display: inline-block margin-bottom: 1em diff --git a/client/css/tags.styl b/client/css/tags.styl index b91b47e..2387784 100644 --- a/client/css/tags.styl +++ b/client/css/tags.styl @@ -58,15 +58,8 @@ word-break: break-all line-height: 130% margin-top: 0 - form + .messages, form width: 100% - label:not(.radio):not(.checkbox):not(.file-dropper) - width: 7em - .messages, .buttons - margin-left: 7em - .tag-delete - .messages, .buttons - margin-left: 0 !important .tag-edit textarea height: 10em diff --git a/client/css/users.styl b/client/css/users.styl index 3cd1df9..22467ad 100644 --- a/client/css/users.styl +++ b/client/css/users.styl @@ -49,18 +49,19 @@ #user-edit form width: 100% - display: flex - .left - width: 65% - .right - width: 35% - margin-left: 1em - .file-dropper-holder - position: relative - .file-dropper - position: absolute - left: 0 - right: 0 + .avatar + #avatar-content + float: right + width: 65% + margin-top: .5em + #avatar-radio + float: left + width: 30% + &:after + content: ' ' + display: block + height: 1px + clear: both #user-delete form width: 100% diff --git a/client/html/tag_delete.tpl b/client/html/tag_delete.tpl index a406b33..13435b9 100644 --- a/client/html/tag_delete.tpl +++ b/client/html/tag_delete.tpl @@ -4,14 +4,14 @@
For extra paranoia safety, only tags that are unused can be deleted.
Check which posts are tagged with <%- ctx.tag.names[0] %>.
<% } else { %> -