summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-03-09 14:43:40 +0100
committerSimon2011-03-09 14:43:40 +0100
commit9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd (patch)
tree937aa56a584bb1401f85c8887f5c4adeb0196c02 /public
parenthtaccess (diff)
downloadpbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.gz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.xz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.zip
Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css12
-rw-r--r--public/media/img/add.pngbin0 -> 318 bytes
-rw-r--r--public/media/img/create.pngbin0 -> 337 bytes
-rw-r--r--public/media/img/delete.pngbin0 -> 347 bytes
-rw-r--r--public/media/img/edit.pngbin0 -> 268 bytes
-rw-r--r--public/media/img/iconset1
-rw-r--r--public/media/img/star.pngbin0 -> 358 bytes
7 files changed, 12 insertions, 1 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 8057da4..fb4177e 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -80,7 +80,7 @@ border:1px solid #CCC;
}
.addbutton {
-float:right;
+ float:right;
}
.monospace {
@@ -109,7 +109,17 @@ background-color:#FFF5CC;
tr.detail>td {
border:none;
}
+td.arrowtop{
+vertical-align:top;
+text-align:center;
+}
tr.detail table tr td {
background-color:#E2EFE1;
}
+
+tr td.action{
+ text-align:center;
+ width:20px;
+}
+td.action img{border:none;}
diff --git a/public/media/img/add.png b/public/media/img/add.png
new file mode 100644
index 0000000..8833b99
--- /dev/null
+++ b/public/media/img/add.png
Binary files differ
diff --git a/public/media/img/create.png b/public/media/img/create.png
new file mode 100644
index 0000000..6e8c322
--- /dev/null
+++ b/public/media/img/create.png
Binary files differ
diff --git a/public/media/img/delete.png b/public/media/img/delete.png
new file mode 100644
index 0000000..3865ccd
--- /dev/null
+++ b/public/media/img/delete.png
Binary files differ
diff --git a/public/media/img/edit.png b/public/media/img/edit.png
new file mode 100644
index 0000000..1e57b87
--- /dev/null
+++ b/public/media/img/edit.png
Binary files differ
diff --git a/public/media/img/iconset b/public/media/img/iconset
new file mode 100644
index 0000000..fd47af8
--- /dev/null
+++ b/public/media/img/iconset
@@ -0,0 +1 @@
+http://www.iconfinder.com/search/1/?q=iconset:diagona
diff --git a/public/media/img/star.png b/public/media/img/star.png
new file mode 100644
index 0000000..ef76231
--- /dev/null
+++ b/public/media/img/star.png
Binary files differ