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; color: #888;
} }
table.noborder {
margin: 1px;
border: none;
}
.filterelem { .filterelem {
padding: 10px; padding: 10px;
vertical-align: top; vertical-align: top;

View File

@@ -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>