Visaul tweak
This commit is contained in:
@@ -76,6 +76,11 @@ table.jtable a:visited {
|
|||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.noborder {
|
||||||
|
margin: 1px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.filterelem {
|
.filterelem {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ $filter->render();
|
|||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
$( "#tabs" ).tabs();
|
$( "#tabs" ).tabs();
|
||||||
//$("div.ui-tabs-panel").css('padding','0px');
|
$("div.ui-tabs-panel").css('padding','0px');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<br/>
|
<br/>
|
||||||
@@ -45,7 +45,7 @@ $filter->render();
|
|||||||
$c = count($gpus);
|
$c = count($gpus);
|
||||||
if ($c) :
|
if ($c) :
|
||||||
?>
|
?>
|
||||||
<table class="jtable">
|
<table class="jtable noborder">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Nr. reports</th>
|
<th>Nr. reports</th>
|
||||||
<th>GPU Identifier</th>
|
<th>GPU Identifier</th>
|
||||||
@@ -75,7 +75,7 @@ $filter->render();
|
|||||||
$c = count($oses);
|
$c = count($oses);
|
||||||
if ($c) :
|
if ($c) :
|
||||||
?>
|
?>
|
||||||
<table class="jtable">
|
<table class="jtable noborder">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Nr. reports</th>
|
<th>Nr. reports</th>
|
||||||
<th>Operating System Type</th>
|
<th>Operating System Type</th>
|
||||||
@@ -105,7 +105,7 @@ $filter->render();
|
|||||||
$c = count($regions);
|
$c = count($regions);
|
||||||
if ($c) :
|
if ($c) :
|
||||||
?>
|
?>
|
||||||
<table class="jtable">
|
<table class="jtable noborder">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Nr. reports</th>
|
<th>Nr. reports</th>
|
||||||
<th>Region</th>
|
<th>Region</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user