1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Styling tweaks

This commit is contained in:
Cameron
2021-02-05 06:46:06 -08:00
parent e62ed55714
commit 6033f94be7
3 changed files with 5 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class tabbed
$text .= "</ul>";
// print_a($this->links);
$text .= "<div class='tab-content adminform'>";
$text .= "<div class='tab-content adminform clearfix'>";
foreach ($admin_cat['id'] as $id => $cat_id)
{
$cls = ($id == 1) ? "active" : "";