diff --git a/main/webapp/modules/core/images/freebase-headerlogo.png b/main/webapp/modules/core/images/freebase-headerlogo.png deleted file mode 100644 index cd185fbd5..000000000 Binary files a/main/webapp/modules/core/images/freebase-headerlogo.png and /dev/null differ diff --git a/main/webapp/modules/core/images/freebase-sprite-vertical.png b/main/webapp/modules/core/images/freebase-sprite-vertical.png deleted file mode 100644 index 7ae5db09d..000000000 Binary files a/main/webapp/modules/core/images/freebase-sprite-vertical.png and /dev/null differ diff --git a/main/webapp/modules/core/images/freebase-tools-sprite-vertical.png b/main/webapp/modules/core/images/freebase-tools-sprite-vertical.png deleted file mode 100644 index 8e2a4c158..000000000 Binary files a/main/webapp/modules/core/images/freebase-tools-sprite-vertical.png and /dev/null differ diff --git a/main/webapp/modules/core/images/google-refine-home-button.png b/main/webapp/modules/core/images/google-refine-home-button.png deleted file mode 100644 index b064c81e9..000000000 Binary files a/main/webapp/modules/core/images/google-refine-home-button.png and /dev/null differ diff --git a/main/webapp/modules/core/images/google-refine-watermark.png b/main/webapp/modules/core/images/google-refine-watermark.png deleted file mode 100644 index ded8f6b9e..000000000 Binary files a/main/webapp/modules/core/images/google-refine-watermark.png and /dev/null differ diff --git a/main/webapp/modules/core/scripts/views/data-table/data-table-view.js b/main/webapp/modules/core/scripts/views/data-table/data-table-view.js index bba4b4faf..462e47f88 100644 --- a/main/webapp/modules/core/scripts/views/data-table/data-table-view.js +++ b/main/webapp/modules/core/scripts/views/data-table/data-table-view.js @@ -83,7 +83,7 @@ DataTableView.prototype._renderSortingControls = function(sortingControls) { $('') .addClass("action") - .text("Sort") + .text("Sort ") .append($('').attr("src", "/images/down-arrow.png")) .appendTo(sortingControls) .click(function() { diff --git a/main/webapp/modules/core/styles/common.less b/main/webapp/modules/core/styles/common.less index 7957d6dbb..4e777f55a 100644 --- a/main/webapp/modules/core/styles/common.less +++ b/main/webapp/modules/core/styles/common.less @@ -128,7 +128,7 @@ a img { padding-top: @padding_tight; text-align: left; vertical-align: baseline; - padding: @padding_tight; + padding: @padding_tighter @padding_tight; font-size: 1.1em; color: @metadata_grey; border-bottom: dotted 1px @faint_grey; @@ -140,10 +140,6 @@ a img { background: #f2f2f2; } -.list-table-itemname { - font-size: 1.2em; - } - #loading-message { text-align: center; font-size: 300%;