minor, css

This commit is contained in:
Sanj 2011-08-29 17:51:55 +05:30
parent 90b039a55a
commit 7a90d8ede4
3 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,6 @@ cursor:pointer;}
float:left;
width:60%;
margin-right:2%;
background-color:blue;
height:100%; /*please delete this fixed height*/}
.paginate

View File

@ -41,8 +41,8 @@ function getRow(props) {
var $one = $('<td />').appendTo($tr);
var $a = $('<a />').attr("target", "_blank").attr("href", "/admin/places/feature/" + props.id).text(props.preferred_name).appendTo($one);
$('<td />').text(props.feature_type).appendTo($tr);
$('<td />').text(props.admin1).appendTo($tr);
$('<td />').text(props.admin2).appendTo($tr);
$('<td />').text(props.admin1).appendTo($tr);
return $tr;
}

View File

@ -40,8 +40,8 @@
<tr>
<td>Preferred Name</td>
<td>Feature Type</td>
<td>State</td>
<td>County</td>
<td>State</td>
</tr>
</thead>
<tbody>