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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user