diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-08-07 13:33:21 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-08-07 13:33:21 +0100 |
commit | e733a9b1ad64211ac97d9ef7f976ce90d4b8cf38 (patch) | |
tree | 0a717398efe3b61a821f40d40090ab92f56baa01 /web | |
parent | 28ccedc59fe880a540234779527eed8ad22283df (diff) |
change UNDP logo to top right as per client's instructions
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/makemyisland/base.scss | 4 | ||||
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 19 | ||||
-rw-r--r-- | web/cobrands/makemyisland/undp-logo-2013.png | bin | 0 -> 1979 bytes | |||
-rw-r--r-- | web/cobrands/makemyisland/undp-logo-horizontal.png | bin | 3077 -> 0 bytes |
4 files changed, 23 insertions, 0 deletions
diff --git a/web/cobrands/makemyisland/base.scss b/web/cobrands/makemyisland/base.scss index 7cf028ceb..b78638e00 100644 --- a/web/cobrands/makemyisland/base.scss +++ b/web/cobrands/makemyisland/base.scss @@ -12,6 +12,10 @@ background-color: $blue; } +#united-nations-dp-logo { + display: none; +} + #site-header, body.frontpage #site-header, body.mappage #site-header, diff --git a/web/cobrands/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss index 1cedb404e..73f46cb69 100644 --- a/web/cobrands/makemyisland/layout.scss +++ b/web/cobrands/makemyisland/layout.scss @@ -17,4 +17,23 @@ body.mappage #site-logo { body.frontpage #site-logo { margin-top: -35px; + width: 100px; } + +body.frontpage #united-nations-dp-logo { + display: block; + float:right; + position: relative; + background: url(/cobrands/makemyisland/undp-logo-2013.png) top right no-repeat; + background-size: contain; + background-color: transparent; + text-indent: -999999px; + height: 100px; + width: 51px; + margin: 10px 10px 0 0; + z-index:3; // clear of the nav container +} + +ul#main-menu { + margin-right: 70px; // to clear the UNDP logo +}
\ No newline at end of file diff --git a/web/cobrands/makemyisland/undp-logo-2013.png b/web/cobrands/makemyisland/undp-logo-2013.png Binary files differnew file mode 100644 index 000000000..ed537e6cf --- /dev/null +++ b/web/cobrands/makemyisland/undp-logo-2013.png diff --git a/web/cobrands/makemyisland/undp-logo-horizontal.png b/web/cobrands/makemyisland/undp-logo-horizontal.png Binary files differdeleted file mode 100644 index 9763dc972..000000000 --- a/web/cobrands/makemyisland/undp-logo-horizontal.png +++ /dev/null |