mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 04:37:30 +02:00
contact area content moved left
This commit is contained in:
parent
b2e5cde55d
commit
9f55d2a42d
2 changed files with 16 additions and 10 deletions
|
@ -211,3 +211,9 @@ body.login
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
padding-top: 7px
|
padding-top: 7px
|
||||||
|
|
||||||
|
.dl-horizontal dt.left_25
|
||||||
|
width: 25%
|
||||||
|
|
||||||
|
.dl-horizontal dd.left_25
|
||||||
|
word-wrap: break-word
|
||||||
|
margin: 0 0 0 110px
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
%h3.panel-title= t('.title')
|
%h3.panel-title= t('.title')
|
||||||
.panel-body
|
.panel-body
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
%dt= t(:name)
|
%dt.left_25= t(:name)
|
||||||
%dd= link_to @domain.registrant, admin_contact_path(@domain.registrant)
|
%dd.left_25= link_to @domain.registrant, admin_contact_path(@domain.registrant)
|
||||||
|
|
||||||
%dt= t(:id)
|
%dt.left_25= t(:id)
|
||||||
%dd= @domain.registrant.code
|
%dd.left_25= @domain.registrant.code
|
||||||
|
|
||||||
%dt= t(:identity_code)
|
%dt.left_25= t(:identity_code)
|
||||||
%dd= @domain.registrant.ident
|
%dd.left_25= @domain.registrant.ident
|
||||||
|
|
||||||
%dt= t(:email)
|
%dt.left_25= t(:email)
|
||||||
%dd= @domain.registrant.email
|
%dd.left_25= @domain.registrant.email
|
||||||
|
|
||||||
%dt= t(:phone)
|
%dt.left_25= t(:phone)
|
||||||
%dd= @domain.registrant.phone
|
%dd.left_25= @domain.registrant.phone
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue