summaryrefslogtreecommitdiff
path: root/templates/styles.css
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2012-04-15 22:39:24 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2012-04-15 22:39:24 +0200
commit6f0b21b11f8711ef425069b277a1c743202174a7 (patch)
tree92977e4b13b4b270bfa4a09f8ca97d19f4495c8a /templates/styles.css
parent713c2d86d9335a9c681357254d4bc4f817626259 (diff)
downloadcataract-6f0b21b11f8711ef425069b277a1c743202174a7.tar.xz
Add HAS_EXIF define
This brings a new HAS_EXIF define which is present when EXIF information are available. Templates have been modified to inform user when not available. The test for EXIF metadata presence is fairly basic, we only look for aperture, focal length and exposure time attributes. This might be a subject to change in the future.
Diffstat (limited to 'templates/styles.css')
-rw-r--r--templates/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css
index b96f19f..ea337f9 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -175,6 +175,10 @@ div.exif td {
font-weight: bold;
}
+div.no_exif {
+ padding: 1em 0 0 2.6em;
+ font-size: 80%;
+}
/****** GENERAL CLASSES ******/
div.position_marker {