Branded header like in James' design.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@580 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-30 22:59:06 +00:00
parent 80a3e62d3e
commit b17a8f1aaf
5 changed files with 5 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 155 B

View File

@ -71,7 +71,7 @@ function initializeUI(uiState) {
var path = $("#path");
$('<span class="app-path-section">' +
'<a href="#">' + theProject.metadata.name + '</a> project' +
'project: <a href="#">' + theProject.metadata.name + '</a>' +
'</span>').appendTo(path);
$('<a href="javascript:{}" class="permalink">permalink</a>')

View File

@ -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;