Skip to content

Commit

Permalink
harmonize rendering of statistics tab on various view modes
Browse files Browse the repository at this point in the history
other tabs renders diferently compared to this one
  • Loading branch information
btry authored and trasher committed Oct 24, 2017
1 parent d7966df commit 04a35d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,8 @@ input.submit[type=reset] {

.layout_vsplit.form table.tab_cadre_pager,
.layout_vsplit.form table.tab_cadre_fixe,
.layout_vsplit.form table.tab_cadre_fixehov {
.layout_vsplit.form table.tab_cadre_fixehov,
.layout_vsplit.form .dates_timelines {
width: 100%;
margin: 0;
}
Expand Down
2 changes: 0 additions & 2 deletions inc/commonitilobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4555,10 +4555,8 @@ function showStats() {
return false;
}

echo "<div class='center'>";
$this->showStatsDates();
$this->showStatsTimes();
echo "</div>";
}

function showStatsDates() {
Expand Down

0 comments on commit 04a35d8

Please sign in to comment.