Commit 7c9f8f24 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3662 Fixed tab aspect

Showing with 3 additions and 3 deletions
+3 -3
......@@ -42,7 +42,7 @@ padding-bottom:7px;
table.tabs_header > tbody > tr > td > div > a.tab_active {
background-color:#f8f8f8;
border-bottom:0;
margin-top:0;
margin-top:2px;
padding-top:2px;
padding-bottom:8px;
}
......
......@@ -176,7 +176,7 @@ class tabs
}
}
unset($obj);
/* Show object */
$display = '<div class="tab_content">'."\n";
......@@ -268,7 +268,7 @@ class tabs
font-weight:bold;
font-size:13px;
color: gray;'
title=\"$title\">".$title."</div>";
title=\"$title\"><a>".$title."</a></div>";
} else {
$display .= "<div class=\"$style[$index]$notify\"><a id=\"tab_$class\" class=\"$style[$index]\" onclick=\"return true;\" href=\"javascript:document.mainform.arg.value='$class';document.mainform.submit();\">$title</a></div></td>";
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment