From d138d07c05900df4b67df99437ef628f4af6564d Mon Sep 17 00:00:00 2001
From: tommy tomson <thomas.bierey@gmx.de>
Date: Sat, 3 Mar 2012 04:27:06 +0100
Subject: [PATCH] fixes in wall_item.tpl and style.css in theme diabook

---
 view/theme/diabook/icons/lock.png | Bin 0 -> 313 bytes
 view/theme/diabook/style.css      |  17 +++++++++--------
 view/theme/diabook/wall_item.tpl  |   3 +++
 3 files changed, 12 insertions(+), 8 deletions(-)
 create mode 100755 view/theme/diabook/icons/lock.png

diff --git a/view/theme/diabook/icons/lock.png b/view/theme/diabook/icons/lock.png
new file mode 100755
index 0000000000000000000000000000000000000000..e00c5b2a23503a5d4794ffd4d97bbd1ce75848c3
GIT binary patch
literal 313
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6T^Rm@
z;DWu&Cj&(|3p^r=85p>QL70(Y)*K0-AbW|YuPgf<W@ctVep^{(A)wGsPZ!4!i_=>t
z8S))6;Bk%T>S&BsDC90%cR)}wvZ`6hu;i_5RRiBttt2t`qQxp(rv8{T^@#nyZNi6T
z#2>I$IP_G0ov)d|-xHXSv-sX@R@N&A1b;B_FJLUI+Q(G>H2cA{RS6e@e*3iU{nT6<
zmZsmpysYQIl08pY%oO)D8rv=Z=d84Qud-QynM(Omv8Dz8r!LT1Vc$4;UEW#-ht<uO
z^<KIQExxUJUDYjm+7^Y2HEUKW+}M5K<MsTQ9{p)4E>jAV)G~mcVDNPHb6Mw<&;$V1
C%W+!(

literal 0
HcmV?d00001

diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index 1f148fe3a6..c98a8fa913 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -103,6 +103,7 @@
 .icon.unstarred    { background-image: url("../../../view/theme/diabook/icons/unstarred.png");}
 .icon.star    { background-image: url("../../../view/theme/diabook/icons/star.png");}
 .icon.link		{ background-image: url("../../../view/theme/diabook/icons/link.png");}
+.icon.lock		{ background-image: url("../../../view/theme/diabook/icons/lock.png");}
 
 .article	{ background-position: -50px  0px;}
 .audio 		{ background-position: -70px  0px;}
@@ -127,7 +128,7 @@
 .share 		{ background-position: -230px -20px;}
 
 .tools 		{ background-position: -50px  -40px;}
-.lock 		{ background-position: -70px  -40px;}
+/*.lock 		{ background-position: -70px  -40px;}*/
 
 .video          { background-position: -110px -40px;}
 .youtube        { background-position: -130px -40px;}
@@ -614,7 +615,7 @@ nav .nav-notify {
   border-radius: 5px 5px 5px 5px;
   font-size: 10px;
   font-weight: 900;
-  padding: 1px 3px;
+  padding: 1px 4px;
   top: 0px;
   right: -6px;
   min-width: 10px;
@@ -1167,15 +1168,15 @@ section {
   padding-bottom: 2px;
 }
 .tag {
-  background: url("../../../images/tag_b.png") repeat-x center left;
-  color: #ffffff;
+  /*background: url("../../../images/tag_b.png") repeat-x center left;*/
+  color: #3465A4;
   padding-left: 3px;
-  font-size: 10px;
+  font-size: 12px;
 }
 .tag a {
-  padding-right: 8px;
-  background: url("../../../images/tag.png") no-repeat center right;
-  color: #ffffff;
+  padding-right: 5px;
+  /*background: url("../../../images/tag.png") no-repeat center right;*/
+  color: #3465A4;
 }
 .wwto {
   position: absolute !important;
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl
index 728e863e6f..10d3953163 100644
--- a/view/theme/diabook/wall_item.tpl
+++ b/view/theme/diabook/wall_item.tpl
@@ -5,6 +5,9 @@
 	<img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
 </div>
 {{ endif }}
+
+
+
 <div class="wall-item-container $item.indent">
 	<div class="wall-item-item">
 		<div class="wall-item-info">
-- 
2.39.5