2011-09-06 Miguel de Dios <miguel.dedios@artica.es>

* include/styles/pandora.css,
	images/skin/skin_default/include/styles/pandora.css: added items to set the
	style of calendar tooltip.
	
	* include/calendar.js, include/javascript/calendar.js: erased the styles
	for the calendar.
	
	Fixes: #3371449



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4917 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-09-06 13:43:44 +00:00
parent f10c21c68f
commit c308960751
5 changed files with 65 additions and 18 deletions

View File

@ -1,3 +1,14 @@
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css,
images/skin/skin_default/include/styles/pandora.css: added items to set the
style of calendar tooltip.
* include/calendar.js, include/javascript/calendar.js: erased the styles
for the calendar.
Fixes: #3371449
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php: hidden the legend of datas with 0 value.

View File

@ -1975,3 +1975,30 @@ div#logo_text3 {
margin-left: 4px;
padding-top: 0px;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #000;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
/* Today selector */ +
td.scwFoot {
background-color: #000;
color: #FFFFFF;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #FFFFFF;
}

View File

@ -490,13 +490,9 @@
'font-weight: bold;' +
'vertical-align: middle;}' +
'/* Blend the colours into your page here... */' +
'/* Calendar background */' +
'table.scw {background-color: #6666CC;}' +
'/* Drag Handle */' +
'td.scwDrag {background-color: #9999CC;' +
'color: #CCCCFF;}' +
'/* Week number heading */' +
'td.scwWeekNumberHead {color: #6666CC;}' +
'/* Week day headings */' +
'td.scwWeek {color: #CCCCCC;}' +
'/* Week numbers */' +
@ -515,9 +511,6 @@
'/* Day outside the current month */' +
'td.scwCellsExMonth {background-color: #CCCCCC;' +
'color: #666666;}' +
'/* Today selector */' +
'td.scwFoot {background-color: #6666CC;' +
'color: #FFFFFF;}' +
'/* MouseOver/Hover formatting ' +
' If you want to "turn off" any of the formatting ' +
' then just set to the same as the standard format' +
@ -573,8 +566,6 @@
'/* Day outside the current month */' +
'td.scwCellsExMonthDisabled {background-color: #999999;' +
'color: #666666;}' +
'td.scwFootDisabled {background-color: #6666CC;' +
'color: #FFFFFF;}' +
'</style>'
);

View File

@ -490,13 +490,9 @@
'font-weight: bold;' +
'vertical-align: middle;}' +
'/* Blend the colours into your page here... */' +
'/* Calendar background */' +
'table.scw {background-color: #6666CC;}' +
'/* Drag Handle */' +
'td.scwDrag {background-color: #9999CC;' +
'color: #CCCCFF;}' +
'/* Week number heading */' +
'td.scwWeekNumberHead {color: #6666CC;}' +
'/* Week day headings */' +
'td.scwWeek {color: #CCCCCC;}' +
'/* Week numbers */' +
@ -515,9 +511,6 @@
'/* Day outside the current month */' +
'td.scwCellsExMonth {background-color: #CCCCCC;' +
'color: #666666;}' +
'/* Today selector */' +
'td.scwFoot {background-color: #6666CC;' +
'color: #FFFFFF;}' +
'/* MouseOver/Hover formatting ' +
' If you want to "turn off" any of the formatting ' +
' then just set to the same as the standard format' +
@ -573,8 +566,6 @@
'/* Day outside the current month */' +
'td.scwCellsExMonthDisabled {background-color: #999999;' +
'color: #666666;}' +
'td.scwFootDisabled {background-color: #6666CC;' +
'color: #FFFFFF;}' +
'</style>'
);

View File

@ -1278,3 +1278,30 @@ div#logo_text3 {
.pagination {
margin-top: 4px;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #000;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
/* Today selector */ +
td.scwFoot {
background-color: #000;
color: #FFFFFF;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #FFFFFF;
}