Cleaned up class MediaListPage and added mime type to the MediaListPage.
svn: r13793
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user