BUG 0000 Wrong reference to images form css

Fixed some wrong references to images used by Calendar Widget
File does not exist: /opt/processmaker/workflow/public_html/shadow-b.png
This commit is contained in:
Hugo Loza
2011-06-01 19:12:42 -04:00
parent 5c24b2d6a0
commit 435e187d5a

View File

@@ -3026,14 +3026,14 @@ table.DynarchCalendar-titleCont {
.DynarchCalendar-pressed-navBtn, .DynarchCalendar-pressed-navBtn,
.DynarchCalendar-pressed-bottomBar-today, .DynarchCalendar-pressed-bottomBar-today,
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn { .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
background: #445 url("coolbg.png") repeat-x 0 50%; background: #445 url("/js/widgets/js-calendar/css/steel/coolbg.png") repeat-x 0 50%;
} }
.DynarchCalendar-pressed-title div, .DynarchCalendar-pressed-title div,
.DynarchCalendar-pressed-navBtn div { background-color: transparent; } .DynarchCalendar-pressed-navBtn div { background-color: transparent; }
.DynarchCalendar-hover-week, .DynarchCalendar-hover-week,
.DynarchCalendar-focused .DynarchCalendar-hover-week { .DynarchCalendar-focused .DynarchCalendar-hover-week {
background: #ddd url("coolbg.png") repeat-x 0 50%; background: #ddd url("/js/widgets/js-calendar/css/steel/coolbg.png") repeat-x 0 50%;
} }
.DynarchCalendar { .DynarchCalendar {
@@ -3043,7 +3043,7 @@ table.DynarchCalendar-titleCont {
.DynarchCalendar-day-selected { .DynarchCalendar-day-selected {
background-color: #1864fc; background-color: #1864fc;
color: #fff !important; color: #fff !important;
background-image: url("coolbg.png"); background-image: url("/js/widgets/js-calendar/css/steel/coolbg.png");
background-position: 0 50%; background-position: 0 50%;
background-repeat: repeat-x; background-repeat: repeat-x;
} }
@@ -3054,7 +3054,7 @@ table.DynarchCalendar-titleCont {
} }
.DynarchCalendar-focused .DynarchCalendar-body { .DynarchCalendar-focused .DynarchCalendar-body {
background: url("../shadow-b.png") repeat-x 0 0; background: url("/js/widgets/js-calendar/css/shadow-b.png") repeat-x 0 0;
} }