Browse Source

! [Bug 4761] Cleaning up the markup a bit

Spuds 13 years ago
parent
commit
b3867a904a

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

@@ -135,7 +135,7 @@ function template_main()
 			{
 				echo '
 				<tr id="board_', $board['id'], '" class="windowbg2">
-					<td class="icon windowbg"', !empty($board['children']) ? ' rowspan="2"' : '', '>
+					<td class="icon"', !empty($board['children']) ? ' rowspan="2"' : '', '>
 						<a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';
 
 				// If the board or children is new, show an indicator.

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

@@ -32,7 +32,7 @@ function template_main()
 		{
 			echo '
 				<tr id="board_', $board['id'], '" class="windowbg2">
-					<td class="icon windowbg"', !empty($board['children']) ? ' rowspan="2"' : '', '>
+					<td class="icon"', !empty($board['children']) ? ' rowspan="2"' : '', '>
 						<a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';
 
 			// If the board or children is new, show an indicator.

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

@@ -1596,6 +1596,8 @@ table.table_list tbody.content td.icon
 {
 	text-align: center;
 	width: 6%;
+	color: #000;
+	background-color: #ecedf3;
 }
 
 /* Styles for the board index.