aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views/default/ecml
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-12 11:09:32 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-12 11:09:32 +0000
commit01029b45d097beedc7c08191a3e6bd9873c55cfe (patch)
tree1a3afd53dbb7c430d00c2a4b55294b64e7ab4c19 /mod/ecml/views/default/ecml
parent2165c39e8e014061329c6d28351a8d6746f82e0b (diff)
downloadelgg-01029b45d097beedc7c08191a3e6bd9873c55cfe.tar.gz
elgg-01029b45d097beedc7c08191a3e6bd9873c55cfe.tar.bz2
Updated ecml and embed with new success/failure for input code.
git-svn-id: http://code.elgg.org/elgg/trunk@6697 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/ecml/views/default/ecml')
-rw-r--r--mod/ecml/views/default/ecml/admin/css.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/ecml/views/default/ecml/admin/css.php b/mod/ecml/views/default/ecml/admin/css.php
index 5c70d5242..c51f04a75 100644
--- a/mod/ecml/views/default/ecml/admin/css.php
+++ b/mod/ecml/views/default/ecml/admin/css.php
@@ -72,6 +72,24 @@
padding:5px;
width:auto;
}
+#web_services_resource {
+ width:670px;
+}
+#url_status {
+ width:30px;
+ height:30px;
+ float:right;
+}
+#url_status.success {
+ background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/url_status.png);
+ background-repeat: no-repeat;
+ background-position: left top;
+}
+#url_status.failure {
+ background-image: url(<?php echo $vars['url']; ?>mod/ecml/graphics/url_status.png);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
#embed_ecml_keyword_help,
#ecml_preview {
padding:10px;