fixes in wall_item.tpl and style.css in theme diabook

This commit is contained in:
tommy tomson 2012-03-03 04:27:06 +01:00
parent 8f72d95b0e
commit d138d07c05
3 changed files with 12 additions and 8 deletions

BIN
view/theme/diabook/icons/lock.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

View File

@ -103,6 +103,7 @@
.icon.unstarred { background-image: url("../../../view/theme/diabook/icons/unstarred.png");} .icon.unstarred { background-image: url("../../../view/theme/diabook/icons/unstarred.png");}
.icon.star { background-image: url("../../../view/theme/diabook/icons/star.png");} .icon.star { background-image: url("../../../view/theme/diabook/icons/star.png");}
.icon.link { background-image: url("../../../view/theme/diabook/icons/link.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;} .article { background-position: -50px 0px;}
.audio { background-position: -70px 0px;} .audio { background-position: -70px 0px;}
@ -127,7 +128,7 @@
.share { background-position: -230px -20px;} .share { background-position: -230px -20px;}
.tools { background-position: -50px -40px;} .tools { background-position: -50px -40px;}
.lock { background-position: -70px -40px;} /*.lock { background-position: -70px -40px;}*/
.video { background-position: -110px -40px;} .video { background-position: -110px -40px;}
.youtube { background-position: -130px -40px;} .youtube { background-position: -130px -40px;}
@ -614,7 +615,7 @@ nav .nav-notify {
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
font-size: 10px; font-size: 10px;
font-weight: 900; font-weight: 900;
padding: 1px 3px; padding: 1px 4px;
top: 0px; top: 0px;
right: -6px; right: -6px;
min-width: 10px; min-width: 10px;
@ -1167,15 +1168,15 @@ section {
padding-bottom: 2px; padding-bottom: 2px;
} }
.tag { .tag {
background: url("../../../images/tag_b.png") repeat-x center left; /*background: url("../../../images/tag_b.png") repeat-x center left;*/
color: #ffffff; color: #3465A4;
padding-left: 3px; padding-left: 3px;
font-size: 10px; font-size: 12px;
} }
.tag a { .tag a {
padding-right: 8px; padding-right: 5px;
background: url("../../../images/tag.png") no-repeat center right; /*background: url("../../../images/tag.png") no-repeat center right;*/
color: #ffffff; color: #3465A4;
} }
.wwto { .wwto {
position: absolute !important; position: absolute !important;

View File

@ -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;" /> <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" />
</div> </div>
{{ endif }} {{ endif }}
<div class="wall-item-container $item.indent"> <div class="wall-item-container $item.indent">
<div class="wall-item-item"> <div class="wall-item-item">
<div class="wall-item-info"> <div class="wall-item-info">