aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 03:14:46 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 03:14:46 +0000
commit980b0d1a0615ab34e26261b32975416f131ee24b (patch)
tree0aedf228287dd9ed57ffa51fcff0a29f193d9ba6
parent49b3d4bef857788dbc85770bdc818a75a0542ba5 (diff)
downloadelgg-980b0d1a0615ab34e26261b32975416f131ee24b.tar.gz
elgg-980b0d1a0615ab34e26261b32975416f131ee24b.tar.bz2
namespaced longtext-control
git-svn-id: http://code.elgg.org/elgg/trunk@7934 36083f99-b078-4883-b0ff-0f9b5a30f544
-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;
}