mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
f10c21c68f
commit
c308960751
@ -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>
|
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php: hidden the legend of datas with 0 value.
|
* include/functions_graph.php: hidden the legend of datas with 0 value.
|
||||||
|
@ -1975,3 +1975,30 @@ div#logo_text3 {
|
|||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
padding-top: 0px;
|
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;
|
||||||
|
}
|
||||||
|
@ -490,13 +490,9 @@
|
|||||||
'font-weight: bold;' +
|
'font-weight: bold;' +
|
||||||
'vertical-align: middle;}' +
|
'vertical-align: middle;}' +
|
||||||
'/* Blend the colours into your page here... */' +
|
'/* Blend the colours into your page here... */' +
|
||||||
'/* Calendar background */' +
|
|
||||||
'table.scw {background-color: #6666CC;}' +
|
|
||||||
'/* Drag Handle */' +
|
'/* Drag Handle */' +
|
||||||
'td.scwDrag {background-color: #9999CC;' +
|
'td.scwDrag {background-color: #9999CC;' +
|
||||||
'color: #CCCCFF;}' +
|
'color: #CCCCFF;}' +
|
||||||
'/* Week number heading */' +
|
|
||||||
'td.scwWeekNumberHead {color: #6666CC;}' +
|
|
||||||
'/* Week day headings */' +
|
'/* Week day headings */' +
|
||||||
'td.scwWeek {color: #CCCCCC;}' +
|
'td.scwWeek {color: #CCCCCC;}' +
|
||||||
'/* Week numbers */' +
|
'/* Week numbers */' +
|
||||||
@ -515,9 +511,6 @@
|
|||||||
'/* Day outside the current month */' +
|
'/* Day outside the current month */' +
|
||||||
'td.scwCellsExMonth {background-color: #CCCCCC;' +
|
'td.scwCellsExMonth {background-color: #CCCCCC;' +
|
||||||
'color: #666666;}' +
|
'color: #666666;}' +
|
||||||
'/* Today selector */' +
|
|
||||||
'td.scwFoot {background-color: #6666CC;' +
|
|
||||||
'color: #FFFFFF;}' +
|
|
||||||
'/* MouseOver/Hover formatting ' +
|
'/* MouseOver/Hover formatting ' +
|
||||||
' If you want to "turn off" any of the formatting ' +
|
' If you want to "turn off" any of the formatting ' +
|
||||||
' then just set to the same as the standard format' +
|
' then just set to the same as the standard format' +
|
||||||
@ -573,8 +566,6 @@
|
|||||||
'/* Day outside the current month */' +
|
'/* Day outside the current month */' +
|
||||||
'td.scwCellsExMonthDisabled {background-color: #999999;' +
|
'td.scwCellsExMonthDisabled {background-color: #999999;' +
|
||||||
'color: #666666;}' +
|
'color: #666666;}' +
|
||||||
'td.scwFootDisabled {background-color: #6666CC;' +
|
|
||||||
'color: #FFFFFF;}' +
|
|
||||||
'</style>'
|
'</style>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -490,13 +490,9 @@
|
|||||||
'font-weight: bold;' +
|
'font-weight: bold;' +
|
||||||
'vertical-align: middle;}' +
|
'vertical-align: middle;}' +
|
||||||
'/* Blend the colours into your page here... */' +
|
'/* Blend the colours into your page here... */' +
|
||||||
'/* Calendar background */' +
|
|
||||||
'table.scw {background-color: #6666CC;}' +
|
|
||||||
'/* Drag Handle */' +
|
'/* Drag Handle */' +
|
||||||
'td.scwDrag {background-color: #9999CC;' +
|
'td.scwDrag {background-color: #9999CC;' +
|
||||||
'color: #CCCCFF;}' +
|
'color: #CCCCFF;}' +
|
||||||
'/* Week number heading */' +
|
|
||||||
'td.scwWeekNumberHead {color: #6666CC;}' +
|
|
||||||
'/* Week day headings */' +
|
'/* Week day headings */' +
|
||||||
'td.scwWeek {color: #CCCCCC;}' +
|
'td.scwWeek {color: #CCCCCC;}' +
|
||||||
'/* Week numbers */' +
|
'/* Week numbers */' +
|
||||||
@ -515,9 +511,6 @@
|
|||||||
'/* Day outside the current month */' +
|
'/* Day outside the current month */' +
|
||||||
'td.scwCellsExMonth {background-color: #CCCCCC;' +
|
'td.scwCellsExMonth {background-color: #CCCCCC;' +
|
||||||
'color: #666666;}' +
|
'color: #666666;}' +
|
||||||
'/* Today selector */' +
|
|
||||||
'td.scwFoot {background-color: #6666CC;' +
|
|
||||||
'color: #FFFFFF;}' +
|
|
||||||
'/* MouseOver/Hover formatting ' +
|
'/* MouseOver/Hover formatting ' +
|
||||||
' If you want to "turn off" any of the formatting ' +
|
' If you want to "turn off" any of the formatting ' +
|
||||||
' then just set to the same as the standard format' +
|
' then just set to the same as the standard format' +
|
||||||
@ -573,8 +566,6 @@
|
|||||||
'/* Day outside the current month */' +
|
'/* Day outside the current month */' +
|
||||||
'td.scwCellsExMonthDisabled {background-color: #999999;' +
|
'td.scwCellsExMonthDisabled {background-color: #999999;' +
|
||||||
'color: #666666;}' +
|
'color: #666666;}' +
|
||||||
'td.scwFootDisabled {background-color: #6666CC;' +
|
|
||||||
'color: #FFFFFF;}' +
|
|
||||||
'</style>'
|
'</style>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1278,3 +1278,30 @@ div#logo_text3 {
|
|||||||
.pagination {
|
.pagination {
|
||||||
margin-top: 4px;
|
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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user