aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 21:06:35 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 21:06:35 +0000
commitdeb16667dd23d6219a56abeae1e3037ebb801d25 (patch)
tree2df5712278fde08088690ea122a121c02f67f5de /views
parentd42771b8a74e665d33d29e7ce3b1612890a596f2 (diff)
downloadelgg-deb16667dd23d6219a56abeae1e3037ebb801d25.tar.gz
elgg-deb16667dd23d6219a56abeae1e3037ebb801d25.tar.bz2
entity-listing => elgg-image-block, margin-top => mtm
git-svn-id: http://code.elgg.org/elgg/trunk@8427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css/ie.php2
-rw-r--r--views/default/export/entity.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/views/default/css/ie.php b/views/default/css/ie.php
index 1595d3018..e6b276c89 100644
--- a/views/default/css/ie.php
+++ b/views/default/css/ie.php
@@ -19,7 +19,7 @@
.entity-metadata {max-width: 300px;}
.entity-edit {float:right;}
.access_level {float:left;}
-.entity-listing .entity-metadata {
+.elgg-image-block .entity-metadata {
min-width:400px;
text-align: right;
}
diff --git a/views/default/export/entity.php b/views/default/export/entity.php
index ccee86718..3064f1288 100644
--- a/views/default/export/entity.php
+++ b/views/default/export/entity.php
@@ -35,7 +35,7 @@ $exportable_values = $entity->getExportableValues();
</div>
<?php if ($metadata) { ?>
-<div id="metadata" class="margin-top">
+<div id="metadata" class="mtm">
<h2><?php echo elgg_echo('metadata'); ?></h2>
<?php
foreach ($metadata as $m) {
@@ -49,7 +49,7 @@ $exportable_values = $entity->getExportableValues();
<?php } ?>
<?php if ($annotations) { ?>
-<div id="annotations" class="margin-top">
+<div id="annotations" class="mtm">
<h2><?php echo elgg_echo('annotations'); ?></h2>
<?php
foreach ($annotations as $a) {
@@ -64,7 +64,7 @@ $exportable_values = $entity->getExportableValues();
<?php } ?>
<?php if ($relationships) { ?>
-<div id="relationship" class="margin-top">
+<div id="relationship" class="mtm">
<h2><?php echo elgg_echo('relationships'); ?></h2>
<?php
foreach ($relationships as $r) {