adjust exif to match other sections and remove extra css
This commit is contained in:
parent
d64f57977c
commit
27fc8ef26f
@ -619,34 +619,34 @@ img.media_icon {
|
||||
|
||||
/* EXIF information */
|
||||
|
||||
#exif_content h3 {
|
||||
border-bottom: 1px solid #333;
|
||||
#exif_content {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#exif_camera_information {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#exif_additional_info {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#exif_additional_info table {
|
||||
font-size: 11px;
|
||||
margin-top: 10px;
|
||||
font-size: 11px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#exif_additional_info td {
|
||||
vertical-align: top;
|
||||
padding-bottom: 5px;
|
||||
vertical-align: top;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#exif_content .col1 {
|
||||
padding-right: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#exif_additional_info table tr {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* navigation */
|
||||
@ -926,32 +926,6 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
p.verifier {
|
||||
text-align:center;
|
||||
font-size:50px;
|
||||
|
@ -103,8 +103,3 @@ input, textarea {
|
||||
.empty_space {
|
||||
background-image: url("../images/empty_dots.png");
|
||||
}
|
||||
|
||||
#exif_content h3 {
|
||||
border-bottom: 1px solid #E4E4E4;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user