Made the devices table responsive for mobile browsing

This commit is contained in:
laf
2014-06-15 15:00:50 +01:00
parent 012ba6f9f8
commit d59c557d0d

View File

@@ -274,6 +274,7 @@ if($format == "graph")
} else {
echo('<div class="panel panel-default panel-condensed">
<div class="table-responsive">
<table class="table table-condensed">');
if ($subformat == "detail" || $subformat == "basic")
@@ -307,6 +308,7 @@ if($format == "graph")
}
echo("</table>");
echo('</div>');
echo('</div>');
}
?>