summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-24 16:05:53 +0200
committerSebastian Wagner2011-10-24 16:05:53 +0200
commit8fd2219a9f46b0970082c3feed963e09d6b52950 (patch)
tree8733c2be90627a594bb7535b453a59312ddb05de
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-8fd2219a9f46b0970082c3feed963e09d6b52950.tar.gz
poolctrl-8fd2219a9f46b0970082c3feed963e09d6b52950.tar.xz
poolctrl-8fd2219a9f46b0970082c3feed963e09d6b52950.zip
add pause.png
-rwxr-xr-xpublic/media/css/fullcalendar.css2
-rw-r--r--public/media/img/pause.pngbin0 -> 394 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/public/media/css/fullcalendar.css b/public/media/css/fullcalendar.css
index dc7b322..f7f65d5 100755
--- a/public/media/css/fullcalendar.css
+++ b/public/media/css/fullcalendar.css
@@ -301,7 +301,7 @@ a.fc-event {
}
.fc-event-time-0 {
- background: url(/media/img/down.png) top right no-repeat;
+ background: url(/media/img/pause.png) top right no-repeat;
}
.fc-event-time-1 {
diff --git a/public/media/img/pause.png b/public/media/img/pause.png
new file mode 100644
index 0000000..0d59318
--- /dev/null
+++ b/public/media/img/pause.png
Binary files differ