summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-23 21:10:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-23 21:10:15 +0000
commit01dbba72ab273b0ed9b77e3b9f6c318f626009c4 (patch)
tree6b0d98b6bc63fd61b3cea5c23925054672518136 /public
parenta2537b39697c5b5001fd83166881e4feb5f2e80e (diff)
downloadredmine-01dbba72ab273b0ed9b77e3b9f6c318f626009c4.tar.gz
redmine-01dbba72ab273b0ed9b77e3b9f6c318f626009c4.zip
Move hardcoded calendar images to css classes.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3477 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/arrow_bw.pngbin885 -> 0 bytes
-rw-r--r--public/images/arrow_from.pngbin882 -> 0 bytes
-rw-r--r--public/images/arrow_to.pngbin884 -> 0 bytes
-rw-r--r--public/images/bullet_diamond.pngbin0 -> 262 bytes
-rw-r--r--public/images/bullet_end.pngbin0 -> 329 bytes
-rw-r--r--public/stylesheets/application.css4
6 files changed, 4 insertions, 0 deletions
diff --git a/public/images/arrow_bw.png b/public/images/arrow_bw.png
deleted file mode 100644
index 8155a2f2e..000000000
--- a/public/images/arrow_bw.png
+++ /dev/null
Binary files differ
diff --git a/public/images/arrow_from.png b/public/images/arrow_from.png
deleted file mode 100644
index c76ae1f3a..000000000
--- a/public/images/arrow_from.png
+++ /dev/null
Binary files differ
diff --git a/public/images/arrow_to.png b/public/images/arrow_to.png
deleted file mode 100644
index c88fa60d6..000000000
--- a/public/images/arrow_to.png
+++ /dev/null
Binary files differ
diff --git a/public/images/bullet_diamond.png b/public/images/bullet_diamond.png
new file mode 100644
index 000000000..f68cb7958
--- /dev/null
+++ b/public/images/bullet_diamond.png
Binary files differ
diff --git a/public/images/bullet_end.png b/public/images/bullet_end.png
new file mode 100644
index 000000000..0ff03323f
--- /dev/null
+++ b/public/images/bullet_end.png
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index f5959d88c..6db5e58d8 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -481,6 +481,10 @@ table.cal td p.day-num {font-size: 1.1em; text-align:right;}
table.cal td.odd p.day-num {color: #bbb;}
table.cal td.today {background:#ffffdd;}
table.cal td.today p.day-num {font-weight: bold;}
+table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
+table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
+table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
+p.cal.legend span {display:block;}
/***** Tooltips ******/
.tooltip{position:relative;z-index:24;}