summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/models/item.php4
-rw-r--r--themes/wind/css/screen.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php
index 5e8a2d09..4d05e4da 100644
--- a/modules/gallery/models/item.php
+++ b/modules/gallery/models/item.php
@@ -684,8 +684,8 @@ class Item_Model extends ORM_MPTT {
}
}
- $v->attrs = array_merge($extra_attrs,
- array("style" => "display:block;width:{$width}px;height:{$height}px"));
+ $v->attrs = array_merge($extra_attrs, array("style" => "width:{$width}px;height:{$height}px",
+ "class" => "g-movie"));
if (empty($v->attrs["id"])) {
$v->attrs["id"] = "g-item-id-{$this->id}";
}
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index f8e26073..1e55a967 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -302,7 +302,7 @@ td {
}
#g-item img.g-resize,
-#g-item a.g-movie object {
+#g-item a.g-movie {
display: block;
margin: 0 auto;
}