aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/ecml/views/default/ecml/input_ext.php2
-rw-r--r--mod/embed/views/default/embed/link.php2
-rw-r--r--views/default/css/admin.php6
-rw-r--r--views/default/css/elements/forms.php6
4 files changed, 8 insertions, 8 deletions
diff --git a/mod/ecml/views/default/ecml/input_ext.php b/mod/ecml/views/default/ecml/input_ext.php
index 045f30288..d5da6dd13 100644
--- a/mod/ecml/views/default/ecml/input_ext.php
+++ b/mod/ecml/views/default/ecml/input_ext.php
@@ -7,4 +7,4 @@
$docs_href = elgg_get_site_url()."pg/ecml";
?>
-<a href="<?php echo $docs_href; ?>" class="longtext-control" title="<?php echo elgg_echo('ecml:help'); ?>" target="_new"><img src="<?php echo elgg_get_site_url(); ?>mod/ecml/graphics/ecml.png" width="50" height="15" alt="ECML" /></a> \ No newline at end of file
+<a href="<?php echo $docs_href; ?>" class="elgg-longtext-control" title="<?php echo elgg_echo('ecml:help'); ?>" target="_new"><img src="<?php echo elgg_get_site_url(); ?>mod/ecml/graphics/ecml.png" width="50" height="15" alt="ECML" /></a> \ No newline at end of file
diff --git a/mod/embed/views/default/embed/link.php b/mod/embed/views/default/embed/link.php
index bb8f74b4c..bbe6c74f5 100644
--- a/mod/embed/views/default/embed/link.php
+++ b/mod/embed/views/default/embed/link.php
@@ -11,4 +11,4 @@ if (is_plugin_enabled('ecml')) {
}
?>
-<a class="longtext-control small link" href="<?php echo elgg_get_site_url() . 'pg/embed'; ?>?<?php echo $active_section; ?>internal_name=<?php echo $vars['internalname']; ?>" rel="facebox"><?php echo elgg_echo('media:insert'); ?></a>
+<a class="elgg-longtext-control small link" href="<?php echo elgg_get_site_url() . 'pg/embed'; ?>?<?php echo $active_section; ?>internal_name=<?php echo $vars['internalname']; ?>" rel="facebox"><?php echo elgg_echo('media:insert'); ?></a>
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index f5b408e3a..9db1aa9b6 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -706,9 +706,9 @@ img.medium {
font-family:Monaco,"Courier New",Courier,monospace;
font-size:13px;
}
-.admin_area a.longtext-control {
- float:right;
- margin-left:14px;
+a.elgg-longtext-control {
+ float: right;
+ margin-left: 14px;
}
.admin_area .elgg-submit-button {
font-size: 14px;
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index 67e21974b..d15fcb760 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -43,9 +43,9 @@ textarea.monospace {
font-family: Monaco,"Courier New",Courier,monospace;
font-size: 13px;
}
-a.longtext-control {
- float:right;
- margin-left:14px;
+a.elgg-longtext-control {
+ float: right;
+ margin-left: 14px;
}