Browse Source

! Convert the last post icon to the shiny new generic icons

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
cb013f2419

+ 1 - 1
Themes/default/MessageIndex.template.php

@@ -269,7 +269,7 @@ function template_main()
 						', $topic['views'], ' ', $txt['views'], '
 					</td>
 					<td class="', $alternate_class, ' lastpost">
-						<a href="', $topic['last_post']['href'], '"><img src="', $settings['images_url'], '/icons/last_post.png" alt="', $txt['last_post'], '" title="', $txt['last_post'], '" /></a>
+						<a href="', $topic['last_post']['href'], '"><span class="generic_icons last_post" title="', $txt['last_post'], '"></span></a>
 						', sprintf($txt['last_post_topic'], $topic['last_post']['time'], $topic['last_post']['member']['link']), '
 					</td>';
 

+ 2 - 3
Themes/default/css/index.css

@@ -1968,10 +1968,9 @@ p.whoisviewing {
 	font-size: 0.9em;
 	padding: 0 2px;
 }
-.lastpost img {
+.lastpost span.last_post {
 	float: right;
-	padding: 4px;
-	margin-top: 4px;
+	margin: 4px;
 }
 .titlebg td.qaction_cell {
 	font-size: 0.909em;

BIN
Themes/default/images/icons/last_post.png