diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 11f85ae93..f09cdbf1f 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -929,6 +929,16 @@ aside .vcard #wallmessage-link { width: 100%; } +aside #peoplefind-sidebar input, +aside #follow-sidebar input { + height: 30px; + background-position: 10px 5px; +} +aside #peoplefind-sidebar .form-group-search .form-button-search, +aside #follow-sidebar .form-group-search .form-button-search { + padding: 2px 8px; +} + /* contact block widget */ #contact-block .contact-block-content { clear: both; diff --git a/view/theme/frio/templates/follow.tpl b/view/theme/frio/templates/follow.tpl new file mode 100644 index 000000000..8100f853e --- /dev/null +++ b/view/theme/frio/templates/follow.tpl @@ -0,0 +1,12 @@ + +
+

{{$connect}}

+
{{$desc}}
+
+ +
+
+ diff --git a/view/theme/frio/templates/peoplefind.tpl b/view/theme/frio/templates/peoplefind.tpl new file mode 100644 index 000000000..941fd1a4d --- /dev/null +++ b/view/theme/frio/templates/peoplefind.tpl @@ -0,0 +1,18 @@ + +
+

{{$findpeople}}

+
{{$desc}}
+
+ +
+ + + + {{if $inv}} + + {{/if}} +
+