diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index eecb0b242..9c8c74eb2 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3605,6 +3605,11 @@ section .profile-match-wrapper { font-size: 13px; } + +.generic-page-wrapper.contact-follow-wrapper { + min-height: auto; +} + /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .mod-home.is-not-singleuser #content, diff --git a/view/theme/frio/templates/auto_request.tpl b/view/theme/frio/templates/auto_request.tpl index 2d1861389..659dc644f 100644 --- a/view/theme/frio/templates/auto_request.tpl +++ b/view/theme/frio/templates/auto_request.tpl @@ -1,43 +1,45 @@ -

{{$header}}

+
+

{{$header}}

{{if !$myaddr}} -

- {{$page_desc nofilter}} -

-

- {{$invite_desc nofilter}} -

+

+ {{$page_desc nofilter}} +

+

+ {{$invite_desc nofilter}} +

{{/if}} -
+ {{if $url}} -
-
{{$url_label}}
-
{{$url}}
-
+
+
{{$url_label}}
+
{{$url}}
+
{{/if}} {{if $keywords}} -
-
{{$keywords_label}}
-
{{$keywords}}
-
+
+
{{$keywords_label}}
+
{{$keywords}}
+
{{/if}} -
- - {{if $myaddr}} - {{$myaddr}} - - {{else}} - - {{/if}} - -
-
+
+ + {{if $myaddr}} + {{$myaddr}} + + {{else}} + + {{/if}} + +
+
-
+
{{if $submit}} - + {{/if}} - -
- + +
+ +
\ No newline at end of file