use brooklyn logo in brooklyn web console
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/9f63a0ca Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/9f63a0ca Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/9f63a0ca Branch: refs/heads/0.4.0 Commit: 9f63a0ca38dfa044d141aedf7089192400ddec4f Parents: 013d50e Author: Alex Heneveld <[email protected]> Authored: Tue Apr 17 16:18:06 2012 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Apr 17 16:18:06 2012 +0100 ---------------------------------------------------------------------- .../web-app/css/console/brooklyn-console.css | 4 +++- .../brooklyn/brooklyn-banner-sign-console.png | Bin 0 -> 4935 bytes .../images/brooklyn/brooklyn-logo-600px.png | Bin 0 -> 14733 bytes .../web-app/images/brooklyn/brooklynbannerone.png | Bin 8570 -> 0 bytes .../web-app/images/brooklyn/brooklynbannertwo.png | Bin 4935 -> 0 bytes 5 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9f63a0ca/usage/web-console/web-app/css/console/brooklyn-console.css ---------------------------------------------------------------------- diff --git a/usage/web-console/web-app/css/console/brooklyn-console.css b/usage/web-console/web-app/css/console/brooklyn-console.css index 7b4102e..ada2589 100644 --- a/usage/web-console/web-app/css/console/brooklyn-console.css +++ b/usage/web-console/web-app/css/console/brooklyn-console.css @@ -34,8 +34,10 @@ body{ .brooklyn-header{ height:46px; padding-left:192px; - background-image:url("../../images/brooklyn/brooklynbannertwo.png"); + background-image:url("../../images/brooklyn/brooklyn-logo-600px.png"); background-repeat: no-repeat; + background-size: 120px; + background-position: 4px 18px; top:0px; left:0px; margin:0px; http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9f63a0ca/usage/web-console/web-app/images/brooklyn/brooklyn-banner-sign-console.png ---------------------------------------------------------------------- diff --git a/usage/web-console/web-app/images/brooklyn/brooklyn-banner-sign-console.png b/usage/web-console/web-app/images/brooklyn/brooklyn-banner-sign-console.png new file mode 100755 index 0000000..69f34b9 Binary files /dev/null and b/usage/web-console/web-app/images/brooklyn/brooklyn-banner-sign-console.png differ http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9f63a0ca/usage/web-console/web-app/images/brooklyn/brooklyn-logo-600px.png ---------------------------------------------------------------------- diff --git a/usage/web-console/web-app/images/brooklyn/brooklyn-logo-600px.png b/usage/web-console/web-app/images/brooklyn/brooklyn-logo-600px.png new file mode 100644 index 0000000..6efaed5 Binary files /dev/null and b/usage/web-console/web-app/images/brooklyn/brooklyn-logo-600px.png differ http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9f63a0ca/usage/web-console/web-app/images/brooklyn/brooklynbannerone.png ---------------------------------------------------------------------- diff --git a/usage/web-console/web-app/images/brooklyn/brooklynbannerone.png b/usage/web-console/web-app/images/brooklyn/brooklynbannerone.png deleted file mode 100755 index eef75e6..0000000 Binary files a/usage/web-console/web-app/images/brooklyn/brooklynbannerone.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9f63a0ca/usage/web-console/web-app/images/brooklyn/brooklynbannertwo.png ---------------------------------------------------------------------- diff --git a/usage/web-console/web-app/images/brooklyn/brooklynbannertwo.png b/usage/web-console/web-app/images/brooklyn/brooklynbannertwo.png deleted file mode 100755 index 69f34b9..0000000 Binary files a/usage/web-console/web-app/images/brooklyn/brooklynbannertwo.png and /dev/null differ
