Make the reordering handle easier to grab

This commit is contained in:
Kijin Sung 2025-05-23 15:29:51 +09:00
parent e5ea2e5a6d
commit 14cb0e7977
4 changed files with 8 additions and 5 deletions

View file

@ -332,6 +332,7 @@ class Cleanup extends Base
'modules/admin/tpl/js/config.min.js' => 'deleted',
'modules/admin/tpl/js/admin.min.js' => 'deleted',
'modules/admin/tpl/js/menu_setup.min.js' => 'deleted',
'modules/admin/tpl/img/bgDragable.gif' => 'deleted',
'modules/admin/tpl/img/faviconSample.png' => 'deleted',
'modules/admin/tpl/img/mobiconSample.png' => 'deleted',
'modules/autoinstall/ruleset/' => 'deleted:xe',

View file

@ -1694,14 +1694,16 @@ html[lang="id"] .x .g11n.active>[disabled],
}
.x .uDrag .dragBtn {
position: absolute;
width: 8px;
width: 24px;
height: 100%;
padding: 0;
box-sizing: content-box;
overflow: hidden;
background: url(../img/bgDragable.gif);
background: url(../img/bgDragable.png);
background-position: center top;
background-repeat: no-repeat;
top: 1px;
left: 0;
text-indent: 12px;
left: -8px;
text-indent: 20px;
border: 0;
cursor: n-resize;
white-space: nowrap;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B