polishing (no functional changes)

git-svn-id: http://google-refine.googlecode.com/svn/trunk@520 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-23 17:30:18 +00:00
parent 6990604981
commit 3e37970540
4 changed files with 6 additions and 4 deletions

View File

@ -85,6 +85,7 @@ public class FreebaseUtils {
UrlEncodedFormEntity entity = new UrlEncodedFormEntity(formparams, "UTF-8"); UrlEncodedFormEntity entity = new UrlEncodedFormEntity(formparams, "UTF-8");
HttpPost httpRequest = new HttpPost(FREEQ_URL); HttpPost httpRequest = new HttpPost(FREEQ_URL);
httpRequest.getParams().setParameter(CoreProtocolPNames.USER_AGENT, "Gridworks " + Gridworks.getVersion());
httpRequest.setEntity(entity); httpRequest.setEntity(entity);
HttpPost surrogateRequest = new HttpPost(getUserInfoURL(FREEBASE_HOST)); HttpPost surrogateRequest = new HttpPost(getUserInfoURL(FREEBASE_HOST));

View File

@ -26,7 +26,6 @@ FreebaseLoadingDialog.prototype._createDialog = function() {
format : "tripleloader" format : "tripleloader"
}, },
function(data) { function(data) {
console.log(data);
body.html( body.html(
'<div class="freebase-loading-tripleloader-data">' + data + '</div>' + '<div class="freebase-loading-tripleloader-data">' + data + '</div>' +
'<div class="freebase-loading-tripleloader-info">' + '<div class="freebase-loading-tripleloader-info">' +

View File

@ -29,6 +29,7 @@
ul.facets-container { ul.facets-container {
padding: 0; padding: 0;
margin: 0;
} }
li.facet-container { li.facet-container {
@ -36,7 +37,7 @@ li.facet-container {
clear: both; clear: both;
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-top: 10px; margin-top: 6px;
background: white; background: white;
border: 1px solid #bbb; border: 1px solid #bbb;
@ -50,6 +51,7 @@ li.facet-container {
padding-right: 2px; padding-right: 2px;
font-weight: bold; font-weight: bold;
cursor: move; cursor: move;
border-bottom: 1px solid #ccc;
} }
.facet-expression { .facet-expression {
padding: 3px 5px; padding: 3px 5px;
@ -142,7 +144,7 @@ img.facet-choice-link {
} }
.facet-range-body { .facet-range-body {
padding: 15px; padding: 10px 5px 0px 5px;
} }
.facet-range-message { .facet-range-message {
margin: 1em; margin: 1em;

View File

@ -10,7 +10,7 @@
top: 0px; top: 0px;
height: 100%; height: 100%;
background: black; background: black;
opacity: 0.4; opacity: 0.1;
display: none; display: none;
} }
.slider-widget-tint.left { .slider-widget-tint.left {