summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authormichael pereira2011-03-18 19:27:33 +0100
committermichael pereira2011-03-18 19:27:33 +0100
commit87b3b1d9c0cecf76d1eb39cf2548072607de59ea (patch)
tree5d07af0d68e20a38422a72864b3ca68b1a1b07be /public
parentBootOs Update implementiert, BootISO anlegen und some fixes (diff)
parentUser-Oberfläche, FBGui-Oberfläche legt Session&Clients an - für Kiosk-System (diff)
downloadpbs2-87b3b1d9c0cecf76d1eb39cf2548072607de59ea.tar.gz
pbs2-87b3b1d9c0cecf76d1eb39cf2548072607de59ea.tar.xz
pbs2-87b3b1d9c0cecf76d1eb39cf2548072607de59ea.zip
newsql geaendert
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css8
-rw-r--r--public/media/img/save.pngbin421 -> 355 bytes
-rw-r--r--public/media/img/show.pngbin448 -> 367 bytes
3 files changed, 6 insertions, 2 deletions
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
+}
diff --git a/public/media/img/save.png b/public/media/img/save.png
index 5cb71bd..b288a4c 100644
--- a/public/media/img/save.png
+++ b/public/media/img/save.png
Binary files differ
diff --git a/public/media/img/show.png b/public/media/img/show.png
index 2a29102..6a0dd1d 100644
--- a/public/media/img/show.png
+++ b/public/media/img/show.png
Binary files differ