diff --git a/src/main/webapp/images/freebase-headerlogo.png b/src/main/webapp/images/freebase-headerlogo.png index fccac94f6..cd185fbd5 100644 Binary files a/src/main/webapp/images/freebase-headerlogo.png and b/src/main/webapp/images/freebase-headerlogo.png differ diff --git a/src/main/webapp/images/header-background.png b/src/main/webapp/images/header-background.png new file mode 100644 index 000000000..200ffa2ca Binary files /dev/null and b/src/main/webapp/images/header-background.png differ diff --git a/src/main/webapp/images/path-delimiter.png b/src/main/webapp/images/path-delimiter.png index 8becb259a..c2c57501d 100644 Binary files a/src/main/webapp/images/path-delimiter.png and b/src/main/webapp/images/path-delimiter.png differ diff --git a/src/main/webapp/scripts/project.js b/src/main/webapp/scripts/project.js index 90ab31257..ea7a47a68 100644 --- a/src/main/webapp/scripts/project.js +++ b/src/main/webapp/scripts/project.js @@ -71,7 +71,7 @@ function initializeUI(uiState) { var path = $("#path"); $('' + - '' + theProject.metadata.name + ' project' + + 'project: ' + theProject.metadata.name + '' + '').appendTo(path); $('') diff --git a/src/main/webapp/styles/common.css b/src/main/webapp/styles/common.css index fc2554510..51607b55a 100644 --- a/src/main/webapp/styles/common.css +++ b/src/main/webapp/styles/common.css @@ -134,32 +134,27 @@ img { } #header { - background: url(../images/freebase-tools-sprite-vertical.png) repeat-x scroll 0 0 #F2F2F2; - border-bottom: 1px solid #bbb; + background: url(../images/header-background.png) repeat-x 0 0; + border-bottom: 1px solid #ffb800; height: 32px; - padding-left: 20px; - padding-right: 20px; padding-bottom: 1px; position: relative; overflow: hidden; } #logo { - padding: 7px 0; - padding-right: 20px; float: left; - border-right: 1px solid #ddd; } #path { position: absolute; top: 50%; margin-top: -0.5em; line-height: 1em; - left: 75px; + left: 70px; height: 31px; } #path .app-path-section { background: url(../images/path-delimiter.png) no-repeat center right; - padding: 18px 20px 20px 10px; + padding: 18px 20px 20px 20px; } #path a { font-weight: bold;