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:
parent
a683f0cdc1
commit
5719309a22
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 |
@ -83,7 +83,7 @@ DataTableView.prototype._renderSortingControls = function(sortingControls) {
|
|||||||
|
|
||||||
$('<a href="javascript:{}"></a>')
|
$('<a href="javascript:{}"></a>')
|
||||||
.addClass("action")
|
.addClass("action")
|
||||||
.text("Sort")
|
.text("Sort ")
|
||||||
.append($('<img>').attr("src", "/images/down-arrow.png"))
|
.append($('<img>').attr("src", "/images/down-arrow.png"))
|
||||||
.appendTo(sortingControls)
|
.appendTo(sortingControls)
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
@ -128,7 +128,7 @@ a img {
|
|||||||
padding-top: @padding_tight;
|
padding-top: @padding_tight;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
padding: @padding_tight;
|
padding: @padding_tighter @padding_tight;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: @metadata_grey;
|
color: @metadata_grey;
|
||||||
border-bottom: dotted 1px @faint_grey;
|
border-bottom: dotted 1px @faint_grey;
|
||||||
@ -140,10 +140,6 @@ a img {
|
|||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-table-itemname {
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#loading-message {
|
#loading-message {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
|
Loading…
Reference in New Issue
Block a user