diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index a9eedbcfe..75f8cf741 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -421,10 +421,6 @@ header { } } - span { - color: $border; - } - .input-group { padding-top: $line-height/4; @@ -879,7 +875,7 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { } .user-deleted { - top: -9px; + top: -4px; } .user-permissions { @@ -1388,7 +1384,7 @@ table { } } - .date { + .date-of-birth { select { float: left; @@ -1550,6 +1546,7 @@ table { .comment { margin: $line-height/4 0; + position: relative; p { margin-bottom: 0; @@ -1727,6 +1724,7 @@ table { td { padding-left: $line-height*1.5; position: relative; + word-break: break-all; &:before { color: $brand; diff --git a/app/views/verification/residence/new.html.erb b/app/views/verification/residence/new.html.erb index 2a2a425a9..23c79ca0e 100644 --- a/app/views/verification/residence/new.html.erb +++ b/app/views/verification/residence/new.html.erb @@ -40,18 +40,32 @@
<%= t("verification.residence.new.postal_code_note") %>
- <%= f.text_field :postal_code, label: false %> +