fixing typos, removing leftover styles and fixing color artifacts in the cop cartoon

git-svn-id: http://google-refine.googlecode.com/svn/trunk@541 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-25 07:52:16 +00:00
parent 007da57c1e
commit e28e9ce3cc
4 changed files with 1 additions and 21 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -144,7 +144,7 @@ FreebaseLoadingDialog.prototype._load = function() {
if (freebase) {
var dialog = $(
'<div id="freebase-confirmation-dialog" title="Are you sure?">' +
'<table><tr><td width="30%"><img src="/images/cop.png" width="150px"></td><td width="70%" style="text-align: center; vertical-align: middle; font-size: 120%">Are you sure this data is ready to be uplaoded into <a href="http://www.freebase.com/" target="_new">Freebase</a>?</td></tr></table>' +
'<table><tr><td width="30%"><img src="/images/cop.png" width="140px"></td><td width="70%" style="text-align: center; vertical-align: middle; font-size: 120%">Are you sure this data is ready to be uploaded into <a href="http://www.freebase.com/" target="_new">Freebase</a>?</td></tr></table>' +
'</div>'
).dialog({
resizable: false,

View File

@ -132,26 +132,6 @@ img {
font-family: inherit;
font-size: inherit;
}
.ui-widget-header {
background-image: none;
background-color: #ccc;
}
.ui-widget-content a.ui-state-default.ui-slider-handle {
background: url(../images/slider-left-bracket.png) no-repeat bottom left;
border: none;
margin-left: -12px;
top: -10px;
}
.ui-widget-content a.ui-state-default.ui-slider-handle:last-child {
background: url(../images/slider-right-bracket.png) no-repeat bottom right;
border: none;
margin-left: -2px;
top: -10px;
}
.ui-slider .ui-slider-handle {
height: 32px;
}
#header {
background: url(../images/freebase-tools-sprite-vertical.png) repeat-x scroll 0 0 #F2F2F2;