summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-04 17:09:57 +0200
committerSimon2011-04-04 17:09:57 +0200
commit6511fb075385b9fc25ade2d4bd331e742193960e (patch)
tree5659fd268ad03c1064d4ee7a00b62545e878822d /public
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-6511fb075385b9fc25ade2d4bd331e742193960e.tar.gz
pbs2-6511fb075385b9fc25ade2d4bd331e742193960e.tar.xz
pbs2-6511fb075385b9fc25ade2d4bd331e742193960e.zip
client-suche verändert
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css3
-rw-r--r--public/media/img/search.pngbin0 -> 367 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index a521aeb..7238472 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -313,6 +313,9 @@ td {
.addbutton:before {
content: url(/media/img/create.png) ' ';
}
+.searchbutton:before {
+ content: url(/media/img/search.png) ' ';
+}
.rightbutton {
float: right;
diff --git a/public/media/img/search.png b/public/media/img/search.png
new file mode 100644
index 0000000..6a0dd1d
--- /dev/null
+++ b/public/media/img/search.png
Binary files differ