1
0

Replace plugin grablet icon with button.

References #41
This commit is contained in:
Matthias Mees
2013-08-17 14:08:04 +02:00
parent 02d8ddfe42
commit e1126e464e
3 changed files with 6 additions and 6 deletions

View File

@ -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">

View File

@ -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']}

View File

@ -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;
}