Made the metadata table look pretty

This commit is contained in:
tilly-Q
2014-05-12 14:27:26 -04:00
parent 7d52eb7705
commit 9ceea31c5b
2 changed files with 24 additions and 4 deletions

View File

@@ -610,6 +610,24 @@ a img.media_image {
cursor: zoom-in;
}
table.metadata_info {
font-size:85%;
margin-left:10px;
}
table.metadata_info tr.highlight {
color:#f7f7f7;
}
table.metadata_info th {
font-weight: bold;
border-spacing: 10px;
text-align: left;
}
table.metadata_info td {
padding: 4px 8px;
}
/* icons */
img.media_icon {