From: cash Date: Wed, 26 Jan 2011 03:14:46 +0000 (+0000) Subject: namespaced longtext-control X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=980b0d1a0615ab34e26261b32975416f131ee24b;p=lorea%2Felgg.git namespaced longtext-control git-svn-id: http://code.elgg.org/elgg/trunk@7934 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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"; ?> -ECML \ No newline at end of file +ECML \ 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')) { } ?> - + 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; }