From e69db13b77bca9e91c8f6f4acc479b8b993e96de Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 28 Mar 2011 13:00:47 +0200 Subject: Uni-Farben und Footer angepasst --- application/layouts/default.phtml | 19 ++++++++-------- application/modules/dev/layouts/dev.phtml | 19 ++++++++-------- .../modules/fbgui/controllers/IndexController.php | 2 +- application/modules/fbgui/layouts/fbgui.phtml | 17 ++++++++------- .../modules/user/controllers/FilterController.php | 3 +-- application/modules/user/layouts/user.phtml | 17 ++++++++------- library/Pbs/Graph.php | 2 +- public/media/css/style.css | 24 ++++++++++----------- public/media/img/sub-logo-small-transparent.gif | Bin 0 -> 1591 bytes 9 files changed, 53 insertions(+), 50 deletions(-) create mode 100644 public/media/img/sub-logo-small-transparent.gif diff --git a/application/layouts/default.phtml b/application/layouts/default.phtml index 463be5d..86c4155 100644 --- a/application/layouts/default.phtml +++ b/application/layouts/default.phtml @@ -44,15 +44,16 @@ echo $this->headScript()."\n";
layout()->content; ?>
- - - + + + +
diff --git a/application/modules/dev/layouts/dev.phtml b/application/modules/dev/layouts/dev.phtml index 29b5306..b9bd27a 100644 --- a/application/modules/dev/layouts/dev.phtml +++ b/application/modules/dev/layouts/dev.phtml @@ -70,15 +70,16 @@ echo $this->headScript()."\n";
layout()->content; ?>
-
- - + + +
+
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 809ecae..c70386f 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -76,7 +76,7 @@ class Fbgui_IndexController extends Zend_Controller_Action } } else{ - echo "

Not Welcome

"; + echo "

Not Welcome

"; } } diff --git a/application/modules/fbgui/layouts/fbgui.phtml b/application/modules/fbgui/layouts/fbgui.phtml index 7bb59fa..09f2f9d 100644 --- a/application/modules/fbgui/layouts/fbgui.phtml +++ b/application/modules/fbgui/layouts/fbgui.phtml @@ -49,15 +49,16 @@ echo $this->headScript()."\n";
layout()->content; ?>
+ +
- - +
- - +
diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php index fc21336..df36ac4 100644 --- a/library/Pbs/Graph.php +++ b/library/Pbs/Graph.php @@ -17,7 +17,7 @@ class Pbs_Graph{ size="5,5"; graph[ bgcolor=transparent ]; node [ style=filled fillcolor="#ffffffff" ]; - "'.$this->getGroupTitle($groupID).'" [ fontcolor="#ffffffff", style=filled, fillcolor="#003592FF"]; + "'.$this->getGroupTitle($groupID).'" [ fontcolor="#ffffffff", style=filled, fillcolor="#004A99FF"]; '; $this->getParentGroups($groupID); $this->getChildGroups($groupID); diff --git a/public/media/css/style.css b/public/media/css/style.css index 7e147d0..0cfb17a 100644 --- a/public/media/css/style.css +++ b/public/media/css/style.css @@ -40,15 +40,20 @@ body { #footer { margin: 0; - width: 1000px; clear: both; bottom: 0px; border-top: 1px solid #ccc; - background-color: #eee; + background-color: #004A99; text-align: right; font-size: 10.5px; - line-height: 16px; - color: #666; + line-height: 12px; + color: #FFF; +} +.footer { + text-align: right; + font-size: 10px; + font-family: Verdana, Arial; + padding: 5px 2px 5px 0px; } #main { @@ -58,13 +63,14 @@ body { #head-bg { height: 116px; - background-color: #003592; + background-color: #004A99; + } #head { height: 116px; background: url(/media/img/siegel-93x55.png) bottom left no-repeat, - url(/media/img/sub-logo-small.gif) bottom right no-repeat; + url(/media/img/sub-logo-small-transparent.gif) bottom right no-repeat; } #head h1,h2 { @@ -389,12 +395,6 @@ td.action img { font-weight: bold; } -.footer { - text-align: right; - font-size: 10px; - font-family: Verdana, Arial; - padding: 10px 0px 10px 0px; -} /* boxes */ .okbox,.warningbox,.errorbox,.infobox { diff --git a/public/media/img/sub-logo-small-transparent.gif b/public/media/img/sub-logo-small-transparent.gif new file mode 100644 index 0000000..6ac7b92 Binary files /dev/null and b/public/media/img/sub-logo-small-transparent.gif differ -- cgit v1.2.3-55-g7522