summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-03-18 12:03:50 +0100
committerSimon2011-03-18 12:03:50 +0100
commit01fb4ed21df32100b28f63bc37b76c4083582ffd (patch)
tree979fa3c1e71e1109ed0e2bf4b84adc1eb0aadf9d
parenticons an iconset angepasst (diff)
downloadpbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.gz
pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.xz
pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.zip
Ansicht von Pools geändert
-rw-r--r--application/modules/user/views/scripts/pool/index.phtml3
-rw-r--r--public/media/css/style.css8
2 files changed, 9 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml
index 8ebabe8..e1c0d7c 100644
--- a/application/modules/user/views/scripts/pool/index.phtml
+++ b/application/modules/user/views/scripts/pool/index.phtml
@@ -90,6 +90,8 @@
<?php endif;?>
<?php endforeach ?>
</table>
+
+<?php if (count($this->freeclients)>0): ?>
<h2>Free clients</h2>
<table >
<tr>
@@ -124,6 +126,7 @@ foreach ($this->freeclients as $client): ?>
</tr>
<?php endforeach ?>
</table>
+<?php endif;?>
<?php else: ?>
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 103ab3d..c9ad7e8 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -201,7 +201,7 @@ th {
td {
font-size: 12px;
- border: 1px solid #CCC;
+ border: 1px solid #CCC;
}
.addbutton {
@@ -249,6 +249,9 @@ dl.zend_form dd * {
tr.entry {
background-color: #FFF5CC;
}
+tr.entry td{
+ padding-left: 3px;
+}
tr.detail>td {
border: none;
@@ -261,6 +264,7 @@ td.arrowtop {
tr.detail table tr td {
background-color: #E2EFE1;
+ padding-left: 3px;
}
tr td.action {
@@ -326,4 +330,4 @@ td.action img {
background: #FFFFFF url('/media/img/box_info.png') no-repeat;
background-position: 10px center;
color: #777;
-} \ No newline at end of file
+}