# HG changeset patch # User BenoƮt Allard # Date 1411652973 -7200 # Node ID bb7334ff114a69ee6cc1dd025cc8a3c2b852231a # Parent b75c494e61401dfdac9b7e653e4ee9f778414d04 Add the Greenbone Logo to the footer. diff -r b75c494e6140 -r bb7334ff114a MANIFEST.in --- a/MANIFEST.in Thu Sep 25 09:38:26 2014 +0200 +++ b/MANIFEST.in Thu Sep 25 15:49:33 2014 +0200 @@ -1,5 +1,4 @@ -include farol/static/*.css -include farol/static/*.js +include farol/static/* include farol/templates/*.j2 include farol/templates/producttree/*.j2 include farol/templates/vulnerability/*.j2 diff -r b75c494e6140 -r bb7334ff114a farol/static/greenbone.png Binary file farol/static/greenbone.png has changed diff -r b75c494e6140 -r bb7334ff114a farol/static/greenbone_bw.png Binary file farol/static/greenbone_bw.png has changed diff -r b75c494e6140 -r bb7334ff114a farol/static/style.css --- a/farol/static/style.css Thu Sep 25 09:38:26 2014 +0200 +++ b/farol/static/style.css Thu Sep 25 15:49:33 2014 +0200 @@ -13,8 +13,19 @@ } */ .footer { - height: 50px; + height: 130px; margin-top: 20px; background-color: rgb(52,52,52); color: #AAA; } + +#greenbone.logo_img { + display: block; + width: 100px; + height: 107px; + background-image: url(greenbone_bw.png); +} + +#greenbone.logo_img:hover { + background-image: url(greenbone.png); +} diff -r b75c494e6140 -r bb7334ff114a farol/templates/base.j2 --- a/farol/templates/base.j2 Thu Sep 25 09:38:26 2014 +0200 +++ b/farol/templates/base.j2 Thu Sep 25 15:49:33 2014 +0200 @@ -122,8 +122,12 @@ {% endif %}