diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-11 13:12:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-11 13:12:30 +0000 |
commit | 17d5118de68f143e570790c5248347ab9e131b02 (patch) | |
tree | 9dbb7c847dc53508fd41c04efd934a4a626cc697 /public | |
parent | 60b9e59d1580583ce1ab934349f4393f3ed13c63 (diff) | |
download | redmine-17d5118de68f143e570790c5248347ab9e131b02.tar.gz redmine-17d5118de68f143e570790c5248347ab9e131b02.zip |
Move the calendar in front of the modal box.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8846 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/calendar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/calendar.css b/public/stylesheets/calendar.css index 288ed724f..e6c20f8ea 100644 --- a/public/stylesheets/calendar.css +++ b/public/stylesheets/calendar.css @@ -6,7 +6,7 @@ img.calendar-trigger { margin-left: 4px; } -div.calendar { position: relative; z-index: 30;} +div.calendar { position: relative; z-index: 60;} div.calendar, div.calendar table { border: 1px solid #556; |