aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/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 /mod/embed/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 'mod/embed/views')
-rw-r--r--mod/embed/views/default/embed/css.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index 75b13ee93..378c996e3 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -79,37 +79,37 @@
}
/* 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;
}
@@ -142,7 +142,7 @@
#facebox .content p.entity-title {
color:#666666;
}
-#facebox .content .entity-listing:hover {
+#facebox .content .elgg-image-block:hover {
background-color: #eeeeee;
}
#facebox .content label {