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 information */
|
||||||
|
|
||||||
#exif_content h3 {
|
#exif_content {
|
||||||
border-bottom: 1px solid #333;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_camera_information {
|
#exif_camera_information {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_additional_info {
|
#exif_additional_info {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_additional_info table {
|
#exif_additional_info table {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_additional_info td {
|
#exif_additional_info td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_content .col1 {
|
#exif_content .col1 {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_additional_info table tr {
|
#exif_additional_info table tr {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* navigation */
|
/* 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 {
|
p.verifier {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:50px;
|
font-size:50px;
|
||||||
|
@ -103,8 +103,3 @@ input, textarea {
|
|||||||
.empty_space {
|
.empty_space {
|
||||||
background-image: url("../images/empty_dots.png");
|
background-image: url("../images/empty_dots.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
#exif_content h3 {
|
|
||||||
border-bottom: 1px solid #E4E4E4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user