From 211d00a1f550094931e737b062d7f70797bde652 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 27 Mar 2012 23:27:43 +0200 Subject: fixes in diabook --- view/theme/diabook/communityhome.tpl | 14 +++++++------- view/theme/diabook/icons/expand.png | Bin 0 -> 263 bytes view/theme/diabook/nav.tpl | 6 ++---- view/theme/diabook/style-network.css | 11 +++++++++++ view/theme/diabook/style-profile.css | 12 ++++++++++++ view/theme/diabook/theme.php | 19 +++++++++++++++++-- 6 files changed, 49 insertions(+), 13 deletions(-) create mode 100755 view/theme/diabook/icons/expand.png (limited to 'view/theme/diabook') diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 3e6441692..c43cf861f 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -6,7 +6,7 @@
{{ if $lastusers_title }} -

Help or @NewHere ?

+

Help or @NewHere ?

Friendica Support
Let's talk
Local Friendica @@ -16,7 +16,7 @@
{{ if $lastusers_title }} -

Connectable Services

+

Connectable Services

Facebook StatusNet @@ -32,7 +32,7 @@
{{ if $nv }} -

Find Friends

+

Find Friends

$nv.directory.1
$nv.match.1
$nv.suggest.1 @@ -42,14 +42,14 @@
{{ if $lastusers_title }} -

PostIt to Friendica

+

PostIt to Friendica

Post to Friendica from anywhere by bookmarking this Link.
{{ endif }}
{{ if $lastusers_title }} -

$lastusers_title

+

$lastusers_title

{{ for $lastusers_items as $i }} $i @@ -69,7 +69,7 @@
{{ if $photos_title }} -

$photos_title

+

$photos_title

{{ for $photos_items as $i }} $i @@ -80,7 +80,7 @@
{{ if $like_title }} -

$like_title

+

$like_title

    {{ for $like_items as $i }}
  • $i
  • diff --git a/view/theme/diabook/icons/expand.png b/view/theme/diabook/icons/expand.png new file mode 100755 index 000000000..a46e88ea5 Binary files /dev/null and b/view/theme/diabook/icons/expand.png differ diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index 5776b6cf7..e1b50c4d2 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -68,13 +68,11 @@ {{ if $nav.help }}
  • $nav.help.1
  • {{ endif }} - -
  • $nav.community.1
  • - -
  • $nav.search.1
  • Info/Impressum
  • + +
  • restore third column
  • {{ if $nav.settings }}
  • $nav.settings.1
  • {{ endif }} {{ if $nav.admin }}
  • $nav.admin.1
  • {{ endif }} diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css index f322aac8f..3882e37bd 100644 --- a/view/theme/diabook/style-network.css +++ b/view/theme/diabook/style-network.css @@ -1174,9 +1174,20 @@ right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: #page-sidebar-right_aside ul {margin-top: 0px;} right_aside .icon {width: 10px; height: 10px;} .close_box { + background-image: url("../../../view/theme/diabook-blue/icons/close_box.png"); + float: right; + opacity: 0.1; + } +.close_box:hover { background-image: url("../../../view/theme/diabook-blue/icons/close_box.png"); float: right; cursor: pointer; + opacity: 1; +-webkit-transition: all 0.2s ease-in-out; +-moz-transition: all 0.2s ease-in-out; +-o-transition: all 0.2s ease-in-out; +-ms-transition: all 0.2s ease-in-out; +transition: all 0.2s ease-in-out; } /* wall item */ diff --git a/view/theme/diabook/style-profile.css b/view/theme/diabook/style-profile.css index 7020ee4a0..249596f9f 100644 --- a/view/theme/diabook/style-profile.css +++ b/view/theme/diabook/style-profile.css @@ -1173,6 +1173,18 @@ right_aside .icon {width: 10px; height: 10px;} background-image: url("../../../view/theme/diabook-blue/icons/close_box.png"); float: right; cursor: pointer; + opacity: 0.1; + } +.close_box:hover { + background-image: url("../../../view/theme/diabook-blue/icons/close_box.png"); + float: right; + cursor: pointer; + opacity: 1; +-webkit-transition: all 0.2s ease-in-out; +-moz-transition: all 0.2s ease-in-out; +-o-transition: all 0.2s ease-in-out; +-ms-transition: all 0.2s ease-in-out; +transition: all 0.2s ease-in-out; } /* wall item */ .tread-wrapper { diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 5a447cc9b..53424a084 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -154,7 +154,7 @@ function diabook_community_info(){ if(local_user()) { $page = '
    -

    '.t("Community Pages").'

    +

    '.t("Community Pages").'