mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Make the reordering handle easier to grab
This commit is contained in:
parent
e5ea2e5a6d
commit
14cb0e7977
4 changed files with 8 additions and 5 deletions
|
|
@ -332,6 +332,7 @@ class Cleanup extends Base
|
||||||
'modules/admin/tpl/js/config.min.js' => 'deleted',
|
'modules/admin/tpl/js/config.min.js' => 'deleted',
|
||||||
'modules/admin/tpl/js/admin.min.js' => 'deleted',
|
'modules/admin/tpl/js/admin.min.js' => 'deleted',
|
||||||
'modules/admin/tpl/js/menu_setup.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/faviconSample.png' => 'deleted',
|
||||||
'modules/admin/tpl/img/mobiconSample.png' => 'deleted',
|
'modules/admin/tpl/img/mobiconSample.png' => 'deleted',
|
||||||
'modules/autoinstall/ruleset/' => 'deleted:xe',
|
'modules/autoinstall/ruleset/' => 'deleted:xe',
|
||||||
|
|
|
||||||
|
|
@ -1694,14 +1694,16 @@ html[lang="id"] .x .g11n.active>[disabled],
|
||||||
}
|
}
|
||||||
.x .uDrag .dragBtn {
|
.x .uDrag .dragBtn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 8px;
|
width: 24px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
box-sizing: content-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(../img/bgDragable.gif);
|
background: url(../img/bgDragable.png);
|
||||||
|
background-position: center top;
|
||||||
|
background-repeat: no-repeat;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
left: 0;
|
left: -8px;
|
||||||
text-indent: 12px;
|
text-indent: 20px;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: n-resize;
|
cursor: n-resize;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 B |
BIN
modules/admin/tpl/img/bgDragable.png
Normal file
BIN
modules/admin/tpl/img/bgDragable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 B |
Loading…
Add table
Add a link
Reference in a new issue