Compare commits

..

No commits in common. "issue30" and "master" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -202,6 +202,7 @@ input[type=text]:read-only {
fill: #009ade; fill: #009ade;
} }
.leftside { .leftside {
grid-area: leftside; grid-area: leftside;
} }
@ -459,9 +460,6 @@ table.items select:focus-visible {
.extendedright { .extendedright {
margin-right: auto; margin-right: auto;
} }
.extendedleft {
margin-left: auto;
}
[disabled] { [disabled] {
border-color: var(--color-border-gray) !important; border-color: var(--color-border-gray) !important;
color: var(--color-border-gray) !important; color: var(--color-border-gray) !important;

View File

@ -1,4 +1,3 @@
<div class="leftside">
<% content_for :navigation, flush: true do %> <% content_for :navigation, flush: true do %>
<%= image_link_to t(:back), 'arrow-left-bold-outline', <%= image_link_to t(:back), 'arrow-left-bold-outline',
request.referer.present? ? :back : root_path %> request.referer.present? ? :back : root_path %>
@ -28,5 +27,4 @@
size: 30, minlength: @minimum_password_length, autocomplete: "off" %> size: 30, minlength: @minimum_password_length, autocomplete: "off" %>
<%= f.submit t(".update") %> <%= f.submit t(".update") %>
</div>
<% end %> <% end %>