From 9e9891b401e7314f62388ff3773724486be80dd6 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Tue, 6 Sep 2011 14:58:09 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4920 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 10 +++++ .../skin/skin_default/include/styles/menu.css | 4 ++ pandora_console/include/styles/pandora.css | 21 ++++++++--- .../include/styles/pandora_black.css | 16 ++++++++ .../include/styles/pandora_forms.css | 37 +++++++++++++++++++ .../include/styles/pandora_minimal.css | 36 ++++++++++++++++++ 6 files changed, 118 insertions(+), 6 deletions(-) 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; +} +