]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
entity-listing => elgg-image-block, margin-top => mtm
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Feb 2011 21:06:35 +0000 (21:06 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Feb 2011 21:06:35 +0000 (21:06 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8427 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/embed/views/default/embed/css.php
views/default/css/ie.php
views/default/export/entity.php

index 75b13ee9340ad79be786009f96a9a9ece8170f65..378c996e397a1e9c1b55be8b5f80bd2953cb0e44 100644 (file)
 }
 
 /* entity listings */
-.embed_data .entity-listing-icon img {
+.embed_data .elgg-image img {
        cursor: pointer;
 }
-.embed_data .entity-listing  {
+.embed_data .elgg-image-block  {
        border-bottom:none;
 }
 .embed_data:last-child {
        border-bottom:1px dotted #CCCCCC;
 }
-.embed_modal_videolist .entity-listing-icon img {
+.embed_modal_videolist .elgg-image img {
        width:75px;
        height:auto;
 }
-.embed_modal_document .embed_data .entity-listing-info {
+.embed_modal_document .embed_data .elgg-body {
        margin-top:0;
        margin-left:7px;
 }
-.embed_modal_tidypics .embed_data .entity-listing-info {
+.embed_modal_tidypics .embed_data .elgg-body {
        margin-top:11px;
 }
-.embed_modal_file .embed_data .entity-listing-info {
+.embed_modal_file .embed_data .elgg-body {
        margin-top:0px;
        margin-left:9px;
 }
-.embed_data .entity-listing-info {
+.embed_data .elgg-body {
        width:auto;
        margin-top:15px;
        margin-left:15px;
        float:left;
 }
-.embed_data .entity-listing {
+.embed_data .elgg-image-block {
        cursor:pointer;
 }
 
 #facebox .content p.entity-title {
        color:#666666;
 }
-#facebox .content .entity-listing:hover {
+#facebox .content .elgg-image-block:hover {
        background-color: #eeeeee;
 }
 #facebox .content label {
index 1595d301882f44ee3fda868fd9b2e67d015d1163..e6b276c89bf7f3181001ba0ebe73ad525feeb4d9 100644 (file)
@@ -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;
 }
index ccee86718cca12f4b73778e4f121e3c0f76b062c..3064f1288f57052b1e53bee2903250b9eae77815 100644 (file)
@@ -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) {