2011-09-06 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/styles/pandora_forms.css
        include/styles/pandora_minimal.css
        include/styles/pandora_black.css
        include/styles/pandora.css: Changed style for calendar.

        * images/skin/skin_default/include/styles/menu.css: Added icon for
        networkmap with skin configuration.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4920 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-09-06 14:58:09 +00:00
parent 6f445df7eb
commit 9e9891b401
6 changed files with 118 additions and 6 deletions

View File

@ -1,3 +1,13 @@
2011-09-06 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora_forms.css
include/styles/pandora_minimal.css
include/styles/pandora_black.css
include/styles/pandora.css: Changed style for calendar.
* images/skin/skin_default/include/styles/menu.css: Added icon for
networkmap with skin configuration.
2011-09-06 Javier Lanz <javier.lanz@artica.es>
* include/help/en/help_timesource.php: Changed a wee translation bug

View File

@ -132,6 +132,10 @@
#icon_oper-extensions, #icon_god-extensions {
background-image: url(../../images/extensions.png);
}
#icon_oper-networkconsole {
background-image: url(../../images/plotchart.png);
}
/* Godmode images */
#icon_god-gismaps {

View File

@ -1283,7 +1283,7 @@ div#logo_text3 {
/* Calendar background */
table.scw {
background-color: #000;
background-color: #daedae;
}
/* Week number heading */
@ -1291,10 +1291,14 @@ td.scwWeekNumberHead {
color: #000;
}
/* Today selector */ +
td.scwWeek {
color: #000 !important;
}
/* Today selector */
td.scwFoot {
background-color: #000;
color: #FFFFFF;
background-color: #daedae;
color: #000;
}
td.scwFootDisabled {
@ -1303,5 +1307,10 @@ td.scwFootDisabled {
}
tfoot.scwFoot {
color: #FFFFFF;
}
color: #000;
}
.scwFoot :hover{
color: #FFA500 !important;
}

View File

@ -196,3 +196,19 @@ input.login {
.databox_login {
color: #000000;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #505050;
}
/* Today selector */
td.scwFoot {
background-color: #505050;
color: #000;
}

View File

@ -56,3 +56,40 @@ fieldset br {
position:relative;
left:80%;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #daedae;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
td.scwWeek {
color: #000 !important;
}
/* Today selector */
td.scwFoot {
background-color: #daedae;
color: #000;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #000;
}
.scwFoot :hover{
color: #FFA500 !important;
}

View File

@ -122,3 +122,39 @@ tr.rowOdd:hover {
.disabled_module {
color: #98c2ed;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #FFF;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
td.scwWeek {
color: #000 !important;
}
/* Today selector */
td.scwFoot {
background-color: #FFF;
color: #000;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #000;
}
.scwFoot :hover{
color: #FFA500 !important;
}