aboutsummaryrefslogtreecommitdiff
path: root/mod/embed
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-09 13:39:44 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-09 13:39:44 +0000
commita0ef783647e5edb40986b9202c434f8dcfdbbb2f (patch)
tree6190f331d0f8611aab4d753d6e983c97b1d518eb /mod/embed
parent8e2613f62de07ca58653c62bad36fccd28d228cf (diff)
downloadelgg-a0ef783647e5edb40986b9202c434f8dcfdbbb2f.tar.gz
elgg-a0ef783647e5edb40986b9202c434f8dcfdbbb2f.tar.bz2
Beginnings of embed modal web-services interfacing improvements.
git-svn-id: http://code.elgg.org/elgg/trunk@6676 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed')
-rw-r--r--mod/embed/views/default/embed/css.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index 548781dac..20c7549b8 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -103,6 +103,10 @@
.embed_modal_tidypics .embed_data .entity_listing_info {
margin-top:11px;
}
+.embed_modal_file .embed_data .entity_listing_info {
+ margin-top:0px;
+ margin-left:9px;
+}
.embed_data .entity_listing_info {
width:auto;
margin-top:15px;
@@ -151,13 +155,15 @@
/* embed web services */
.embed_disabled {
- background-color: red;
+ /* background-color: red; */
}
.embed_warning {
background-color: yellow;
+ border-color: yellow;
}
.embed_good {
background-color: green;
+ border-color: green;
} \ No newline at end of file