Browse Source

Merge pull request #543 from smfrunic/release-2.1

Some small bug fixes thanks to ARG and @illori
Michael Eshom 10 years ago
parent
commit
115a347572

+ 3 - 7
Themes/default/ManagePermissions.template.php

@@ -1,4 +1,5 @@
 <?php
+<?php
 /**
  * Simple Machines Forum (SMF)
  *
@@ -283,12 +284,7 @@ function template_by_board()
 				<h3 id="board_permissions" class="titlebg flow_hidden">
 					<span class="perm_name floatleft">', $txt['board_name'], '</span>
 					<span class="perm_profile floatleft">', $txt['permission_profile'], '</span>';
-
-	if (!$context['edit_all'])
-		echo '
-					<span class="floatright"><a class="button_link" href="', $scripturl, '?action=admin;area=permissions;sa=board;edit;', $context['session_var'], '=', $context['session_id'], '">', $txt['permissions_board_all'], '</a></span>';
-
-	echo '
+					echo '
 				</h3>
 			</div>';
 
@@ -296,7 +292,7 @@ function template_by_board()
 	{
 		echo '
 			<div class="title_bar">
-				<h3 class="titlebg"><strong>', $category['name'], '</strong></h3>
+				<h3 class="titlebg">', $category['name'], '</h3>
 			</div>';
 
 		if (!empty($category['boards']))

+ 1 - 1
Themes/default/css/admin.css

@@ -65,7 +65,7 @@ body.action_admin .navigate_section ul li a {
 #manage_maintenance .cat_bar, #manage_maintenance .cat_bar:first-child,
 #manage_maintenance .cat_bar h3.catbg, #manage_maintenance .cat_bar:first-child h3.catbg {
 	color: #444;
-	font-size: 1.1em;
+	font-size: 1.04em;
 	background: none;
 	border-radius: 0;
 	text-shadow: none;

+ 1 - 1
Themes/default/css/index.css

@@ -804,7 +804,7 @@ h3.catbg2 a:hover {
 	text-decoration: none;
 }
 h3.titlebg, h4.titlebg {
-	color: #fff;
+	color: #A85400;
 }
 h3.titlebg a, h4.titlebg a {
 	color: #444;