@ -79,7 +79,7 @@
|
||||
{foreach $order_id as $orid}
|
||||
<li id="{$orid['id']}" class="sequence_item pluginmanager_item_even">
|
||||
<div id="g{$orid['id']}" class="pluginmanager_grablet sequence_grablet">
|
||||
<a class="icon_link" href="#" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></a>{* i18n *}
|
||||
<button class="icon_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button>{* i18n *}
|
||||
</div>
|
||||
{if $checkable}
|
||||
<div class="form_check">
|
||||
|
@ -32,7 +32,7 @@
|
||||
</h5>
|
||||
|
||||
<div id="g{$plugin_data['css_key']}" class="pluginmanager_grablet">
|
||||
<a id="grab{$plugin_data['css_key']}" class="icon_link" href="#" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></a>{* i18n *}
|
||||
<button id="grab{$plugin_data['css_key']}" class="icon_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button>{* i18n *}
|
||||
</div>
|
||||
|
||||
{if $plugin_data['can_configure']}
|
||||
|
@ -1788,9 +1788,8 @@ form > .button_link:first-of-type,
|
||||
}
|
||||
|
||||
.pluginmanager_plugin .form_check,
|
||||
.pluginmanager_plugin h5,
|
||||
.media_file .form_check {
|
||||
margin: 0 0 1em;
|
||||
.pluginmanager_plugin h5 {
|
||||
margin: .75em 0;
|
||||
}
|
||||
|
||||
.pluginmanager_description {
|
||||
@ -1837,7 +1836,8 @@ form > .button_link:first-of-type,
|
||||
}
|
||||
|
||||
.no-js .media_file_preview img,
|
||||
.js .template_wrap {
|
||||
.js .template_wrap,
|
||||
.media_file .form_check {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user