Cleaned up class MediaListPage and added mime type to the MediaListPage.

svn: r13793
This commit is contained in:
Rob G. Healey
2009-12-14 06:18:33 +00:00
parent 97f8091467
commit e72257b3f5
2 changed files with 47 additions and 24 deletions

View File

@@ -708,18 +708,27 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
margin: 0;
padding: 0;
}
#Gallery table.infolist tbody tr td.ColumnRowLabel,
#Gallery table.infolist tbody tr td.ColumnDate {
background-color: #D8F3D6;
padding-bottom:0;
#Gallery table.infolist tbody tr td {
background-colo: #D8F3D6;
}
#Gallery table.infolist tbody tr td.ColumnRowLabel {
width: 8%;
padding-bottom: 0;
}
#Gallery table.infolist tbody tr td.ColumnName {
padding:0;
padding: 0;
width: 50%;
background-color: #FFF;
}
#Gallery table.infolist tbody tr td.ColumnName a {
padding:.1em 10px .3em 10px;
}
#Gallery table.infolist tbody tr td.ColumnDate {
width: 15%;
}
#Gallery table.infolist tbody tr td.ColumnMime {
width: 20%;
}
#Gallery table.gallerylist tbody tr td {
border-bottom: dashed 1px #5D835F;
}