Cleaned up EXIF view

The last update made the assumption that EXIF metadata is in some way
consistent between camera models, images, manufacturers. This update
takes into account that nothing is certain whenever EXIF is involved.
This commit is contained in:
Joar Wandborg
2013-05-23 22:21:02 +02:00
parent 24ede04415
commit 14aa2eaa19
3 changed files with 53 additions and 57 deletions

View File

@@ -717,3 +717,29 @@ pre {
width: 46%;
}
}
/* Exif display */
#exif_content h3 {
border-bottom: 1px solid #333;
}
#exif_camera_information {
margin-bottom: 20px;
}
#exif_additional_info {
display: none;
}
#exif_additional_info table {
font-size: 11px;
margin-top: 10px;
}
#exif_additional_info td {
vertical-align: top;
padding-bottom: 5px;
}
#exif_content .col1 {
padding-right: 20px;
}
#exif_additional_info table tr {
margin-bottom: 10px;
}