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:
parent
6990604981
commit
3e37970540
@ -85,6 +85,7 @@ public class FreebaseUtils {
|
||||
UrlEncodedFormEntity entity = new UrlEncodedFormEntity(formparams, "UTF-8");
|
||||
|
||||
HttpPost httpRequest = new HttpPost(FREEQ_URL);
|
||||
httpRequest.getParams().setParameter(CoreProtocolPNames.USER_AGENT, "Gridworks " + Gridworks.getVersion());
|
||||
httpRequest.setEntity(entity);
|
||||
|
||||
HttpPost surrogateRequest = new HttpPost(getUserInfoURL(FREEBASE_HOST));
|
||||
|
@ -26,7 +26,6 @@ FreebaseLoadingDialog.prototype._createDialog = function() {
|
||||
format : "tripleloader"
|
||||
},
|
||||
function(data) {
|
||||
console.log(data);
|
||||
body.html(
|
||||
'<div class="freebase-loading-tripleloader-data">' + data + '</div>' +
|
||||
'<div class="freebase-loading-tripleloader-info">' +
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
ul.facets-container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li.facet-container {
|
||||
@ -36,7 +37,7 @@ li.facet-container {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 10px;
|
||||
margin-top: 6px;
|
||||
background: white;
|
||||
border: 1px solid #bbb;
|
||||
|
||||
@ -50,6 +51,7 @@ li.facet-container {
|
||||
padding-right: 2px;
|
||||
font-weight: bold;
|
||||
cursor: move;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.facet-expression {
|
||||
padding: 3px 5px;
|
||||
@ -142,7 +144,7 @@ img.facet-choice-link {
|
||||
}
|
||||
|
||||
.facet-range-body {
|
||||
padding: 15px;
|
||||
padding: 10px 5px 0px 5px;
|
||||
}
|
||||
.facet-range-message {
|
||||
margin: 1em;
|
||||
|
@ -10,7 +10,7 @@
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
background: black;
|
||||
opacity: 0.4;
|
||||
opacity: 0.1;
|
||||
display: none;
|
||||
}
|
||||
.slider-widget-tint.left {
|
||||
|
Loading…
Reference in New Issue
Block a user