From ab556857f0be489ce681c41069690c13df77024c Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Tue, 1 May 2012 16:46:08 +0200 Subject: [PATCH 1/3] diabook-themes: small fix at "community pages"-box --- view/theme/diabook/communityhome.tpl | 6 +++--- view/theme/diabook/theme.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 982e2bd264..f2f8b4d5e5 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -53,9 +53,6 @@ $nv.search {{ endif }} -
-
-
{{ if $lastusers_title }}

$lastusers_title

@@ -96,4 +93,7 @@ $nv.search {{ endfor }} {{ endif }} +
+ +
\ No newline at end of file diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 945c3f36b4..07fef7d7cc 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -195,9 +195,9 @@ function diabook_community_info(){ //Community Page if(local_user()) { - $page = '
+ $page = '

'.t("Community Pages").'

- '; From a5f78cf6558e1012619f4bf2cfc5d92c7b9cf595 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 1 May 2012 21:05:55 +0100 Subject: [PATCH 2/3] modified: images/smiley-thumbsup.gif Restored some yellow where there shouldn't have been transparency. Probably introduced by me in the first place. --- images/smiley-thumbsup.gif | Bin 1350 -> 1350 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/images/smiley-thumbsup.gif b/images/smiley-thumbsup.gif index a9533a64d26a92f01796d72f47de06bdbea9c732..1bc6b124ea951adcb34d234b15612dd1e8de3dbb 100644 GIT binary patch delta 65 zcmV-H0KWgm3dRbsg9IDJgfopGZ_FdaKM_!J&MgNxRKPB)5R%6~GZd4a1WpyjR8q(W X0_pHV5G*)Q5CVSiG7d1slK}-qIKvmK delta 65 zcmV-H0KWgm3dRbsg9ID@gfopGZ_FdaKM_!J&MgNxRKPB)5R%6~GyIdD1WpzIR8q(W X0_pHV5G*)Q5CVSiG7d2RlK}-qXptE~ From 671a10f5d4250d44b7eb2437538da3c73467fe15 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 1 May 2012 21:37:49 +0100 Subject: [PATCH 3/3] More Diabook-dark touch-ups. Should *really* be useable this time...with editplain anyway. --- view/theme/diabook/diabook-dark/style-network.css | 3 ++- view/theme/diabook/diabook-dark/style.css | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/view/theme/diabook/diabook-dark/style-network.css b/view/theme/diabook/diabook-dark/style-network.css index 8a7083d9d4..43541d2660 100644 --- a/view/theme/diabook/diabook-dark/style-network.css +++ b/view/theme/diabook/diabook-dark/style-network.css @@ -1597,9 +1597,10 @@ transition: all 0.2s ease-in-out; width: 99%; font-size: 15px; color: #eec; - border: 1px solid #444; + border: 1px solid #eec; padding: 0.3em; margin-bottom: 10px; + background: #444 } .grey { diff --git a/view/theme/diabook/diabook-dark/style.css b/view/theme/diabook/diabook-dark/style.css index b59ab5dc15..f00973085f 100644 --- a/view/theme/diabook/diabook-dark/style.css +++ b/view/theme/diabook/diabook-dark/style.css @@ -547,7 +547,7 @@ code { float: right; } .tool a { - color: #3465a4; + color: #88a9d2; } .tool a:hover { text-decoration: none; @@ -594,7 +594,7 @@ header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover { - color: #2e2f2e; + color: #eec; text-decoration: none; outline: none; vertical-align: middle; @@ -806,7 +806,7 @@ nav .nav-menu-icon:hover { } nav .nav-menu-icon.selected { - background-color: #fff; + background-color: #308dbf; } nav .nav-menu-icon img { width: 22px; @@ -929,7 +929,7 @@ ul.menu-popup { } ul.menu-popup a { display: block; - color: #2e302e; + color: #eec; padding: 5px 10px; text-decoration: none; } @@ -1923,6 +1923,7 @@ body .pageheader{ margin: 0 0 5px; width: 60%; border: 1px solid #d2d2d2; + background: #444; } #profile-jot-form #jot-title:-webkit-input-placeholder { font-weight: normal;