fixed some problems with the new asset manager. restored functionality to search with the hope of making the asset data table an API we can use in all the places we display tables of assets

This commit is contained in:
Doug Bell 2008-06-12 08:58:51 +00:00
parent f786ad7ce4
commit 36bea30cd6
6 changed files with 229 additions and 148 deletions

View file

@ -107,3 +107,58 @@ tr.highlight td {
.functionPane a {
vertical-align: bottom;
}
/** Asset Search table
NOTE: These will be removed when the search uses the Asset Data Table API **/
.assetSearch {
clear: both;
width: 100%;
}
.assetSearch th {
border: solid #666;
border-width: 0 1px 2px 0;
background-color: #eee;
}
.assetSearch th, .assetSearch td {
padding: 0 0.8em;
}
#assetSearch th, #assetSearch td, .assetManager {
font-size: 0.8em;
}
.assetSearch .center, .assetSearch th {
text-align: center;
}
.assetSearch .right {
text-align: right;
}
.assetSearch a:link, .assetSearch a:visited, .assetSearch a:active, .assetSearch a:hover {
font-size: 8pt;
}
.assetSearch tr.alt td {
background-color: #ddd;
}
.assetSearch tr.highlight td {
background-color: #CCF;
}
/** Page stats **/
#pageStats {
float: right;
text-align: right;
}
#pageLinks {
float: right;
text-align: right;
}