diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cd7c4b069e..6f2d21fd8d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2011-09-06 Juan Manuel Ramon + + * 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 * include/help/en/help_timesource.php: Changed a wee translation bug diff --git a/pandora_console/images/skin/skin_default/include/styles/menu.css b/pandora_console/images/skin/skin_default/include/styles/menu.css index a3be7384a2..ce874c118c 100644 --- a/pandora_console/images/skin/skin_default/include/styles/menu.css +++ b/pandora_console/images/skin/skin_default/include/styles/menu.css @@ -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 { diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 4f07e7f7d4..4065c4b65c 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; -} \ No newline at end of file + color: #000; +} + +.scwFoot :hover{ + color: #FFA500 !important; +} + diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 9e35c2f7cc..75b130d660 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -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; +} + + diff --git a/pandora_console/include/styles/pandora_forms.css b/pandora_console/include/styles/pandora_forms.css index 7983b50bce..741bd6b2af 100644 --- a/pandora_console/include/styles/pandora_forms.css +++ b/pandora_console/include/styles/pandora_forms.css @@ -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; +} + + diff --git a/pandora_console/include/styles/pandora_minimal.css b/pandora_console/include/styles/pandora_minimal.css index c962600f90..a15e9e398e 100644 --- a/pandora_console/include/styles/pandora_minimal.css +++ b/pandora_console/include/styles/pandora_minimal.css @@ -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; +} +