From c87d426d5fa279ccc13909210250b1be12645a42 Mon Sep 17 00:00:00 2001
From: rabuzarus <>
Date: Tue, 7 Jun 2016 00:38:39 +0200
Subject: [PATCH 1/2] frio: follow & peoplefind widget template
---
view/theme/frio/css/style.css | 10 ++++++++++
view/theme/frio/templates/follow.tpl | 12 ++++++++++++
view/theme/frio/templates/peoplefind.tpl | 18 ++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 view/theme/frio/templates/follow.tpl
create mode 100644 view/theme/frio/templates/peoplefind.tpl
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 @@
+
+
+
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 @@
+
+
+
From 615db43736c6883572e74c1b24e0eab13176cdbc Mon Sep 17 00:00:00 2001
From: rabuzarus
Date: Tue, 7 Jun 2016 01:28:38 +0200
Subject: [PATCH 2/2] frio: add group_side widget template
---
view/theme/frio/css/style.css | 14 ++++++-
view/theme/frio/templates/follow.tpl | 4 +-
view/theme/frio/templates/group_side.tpl | 49 ++++++++++++++++++++++++
view/theme/frio/templates/peoplefind.tpl | 7 +++-
4 files changed, 71 insertions(+), 3 deletions(-)
create mode 100644 view/theme/frio/templates/group_side.tpl
diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index f09cdbf1f..00d49b8a6 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -939,6 +939,18 @@ aside #follow-sidebar .form-group-search .form-button-search {
padding: 2px 8px;
}
+aside #group-sidebar .group-edit-tool {
+ opacity: 0.1;
+ transition: all 0.25s ease-in-out;
+}
+aside #group-sidebar .sidebar-group-li:hover .group-edit-tool {
+ opacity: 0.8;
+ transition: all 0.25s ease-in-out;
+}
+aside #group-sidebar .sidebar-group-li .group-edit-tool:hover {
+ opacity: 1;
+}
+
/* contact block widget */
#contact-block .contact-block-content {
clear: both;
@@ -1637,7 +1649,7 @@ ul.dropdown-menu li:hover {
.allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
.events-content-wrapper, .message-content-wrapper, .apps-content-wrapper,
-.notifications-content-wrapper, .admin-content-wrapper {
+.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
min-height: calc(100vh - 150px);
padding: 15px;
padding-bottom: 20px;
diff --git a/view/theme/frio/templates/follow.tpl b/view/theme/frio/templates/follow.tpl
index 8100f853e..a35bcb213 100644
--- a/view/theme/frio/templates/follow.tpl
+++ b/view/theme/frio/templates/follow.tpl
@@ -1,8 +1,10 @@