tightened project list type, deleted unused images

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1543 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
James Home 2010-10-14 20:37:33 +00:00
parent a683f0cdc1
commit 5719309a22
7 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@ -83,7 +83,7 @@ DataTableView.prototype._renderSortingControls = function(sortingControls) {
$('<a href="javascript:{}"></a>')
.addClass("action")
.text("Sort")
.text("Sort ")
.append($('<img>').attr("src", "/images/down-arrow.png"))
.appendTo(sortingControls)
.click(function() {

View File

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