forked from fixin.me/fixin.me
		
	issue4 #2
@ -202,13 +202,6 @@ input[type=text]:read-only {
 | 
				
			|||||||
  fill: #009ade;
 | 
					  fill: #009ade;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.left{
 | 
					 | 
				
			||||||
  margin-right: auto;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.right{
 | 
					 | 
				
			||||||
  margin-left: auto;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.leftside {
 | 
					.leftside {
 | 
				
			||||||
  grid-area: leftside;
 | 
					  grid-area: leftside;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -466,6 +459,9 @@ 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;
 | 
				
			||||||
 | 
				
			|||||||
@ -1,13 +1,13 @@
 | 
				
			|||||||
 | 
					<div class="leftside">
 | 
				
			||||||
<% content_for :navigation, flush: true do %>
 | 
					<% content_for :navigation, flush: true do %>
 | 
				
			||||||
  <div class="left">
 | 
					 | 
				
			||||||
    <%= image_link_to t(:back), 'arrow-left-bold-outline',
 | 
					    <%= image_link_to t(:back), 'arrow-left-bold-outline',
 | 
				
			||||||
      request.referer.present? ? :back : root_url %>
 | 
					      request.referer.present? ? :back : root_url %>
 | 
				
			||||||
  </div>
 | 
					 | 
				
			||||||
  <div class="right">
 | 
					 | 
				
			||||||
    <%= image_button_to t(".delete"), "account-remove-outline", user_registration_path,
 | 
					 | 
				
			||||||
      method: :delete, onclick: {confirm: t(".confirm_delete")} %>
 | 
					 | 
				
			||||||
  </div>
 | 
					 | 
				
			||||||
<% end %>
 | 
					<% end %>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					<div class="rightside">
 | 
				
			||||||
 | 
					    <%= image_button_to t(".delete"), "account-remove-outline", user_registration_path,
 | 
				
			||||||
 | 
					       method: :delete, :class => "extendedleft", onclick: {confirm: t(".confirm_delete")} %>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
<div class="main">
 | 
					<div class="main">
 | 
				
			||||||
  <%= labelled_form_for resource, url: registration_path(resource), html: {method: :patch} do |f| %>
 | 
					  <%= labelled_form_for resource, url: registration_path(resource), html: {method: :patch} do |f| %>
 | 
				
			||||||
  <%= f.email_field :email, size: 30, autofocus: true, autocomplete: "off" %>
 | 
					  <%= f.email_field :email, size: 30, autofocus: true, autocomplete: "off" %>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user