contact area content moved left

This commit is contained in:
dinsmol 2021-08-09 01:48:33 +03:00
parent b2e5cde55d
commit 9f55d2a42d
2 changed files with 16 additions and 10 deletions

View file

@ -211,3 +211,9 @@ body.login
margin-bottom: 0
padding-top: 7px
.dl-horizontal dt.left_25
width: 25%
.dl-horizontal dd.left_25
word-wrap: break-word
margin: 0 0 0 110px

View file

@ -3,17 +3,17 @@
%h3.panel-title= t('.title')
.panel-body
%dl.dl-horizontal
%dt= t(:name)
%dd= link_to @domain.registrant, admin_contact_path(@domain.registrant)
%dt.left_25= t(:name)
%dd.left_25= link_to @domain.registrant, admin_contact_path(@domain.registrant)
%dt= t(:id)
%dd= @domain.registrant.code
%dt.left_25= t(:id)
%dd.left_25= @domain.registrant.code
%dt= t(:identity_code)
%dd= @domain.registrant.ident
%dt.left_25= t(:identity_code)
%dd.left_25= @domain.registrant.ident
%dt= t(:email)
%dd= @domain.registrant.email
%dt.left_25= t(:email)
%dd.left_25= @domain.registrant.email
%dt= t(:phone)
%dd= @domain.registrant.phone
%dt.left_25= t(:phone)
%dd.left_25= @domain.registrant.phone