Visaul tweak

This commit is contained in:
Latif Khalifa
2013-10-12 05:31:04 +02:00
parent 0abad7bc58
commit da311a7e43
2 changed files with 9 additions and 4 deletions

View File

@@ -76,6 +76,11 @@ table.jtable a:visited {
color: #888;
}
table.noborder {
margin: 1px;
border: none;
}
.filterelem {
padding: 10px;
vertical-align: top;

View File

@@ -13,7 +13,7 @@ $filter->render();
<script>
$(function() {
$( "#tabs" ).tabs();
//$("div.ui-tabs-panel").css('padding','0px');
$("div.ui-tabs-panel").css('padding','0px');
});
</script>
<br/>
@@ -45,7 +45,7 @@ $filter->render();
$c = count($gpus);
if ($c) :
?>
<table class="jtable">
<table class="jtable noborder">
<tr>
<th>Nr. reports</th>
<th>GPU Identifier</th>
@@ -75,7 +75,7 @@ $filter->render();
$c = count($oses);
if ($c) :
?>
<table class="jtable">
<table class="jtable noborder">
<tr>
<th>Nr. reports</th>
<th>Operating System Type</th>
@@ -105,7 +105,7 @@ $filter->render();
$c = count($regions);
if ($c) :
?>
<table class="jtable">
<table class="jtable noborder">
<tr>
<th>Nr. reports</th>
<th>Region</th>