1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-28 19:29:38 +00:00

Restyles the sort handle(#12909).

git-svn-id: http://svn.redmine.org/redmine/trunk@15340 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-19 17:33:29 +00:00
parent 39ff11ba06
commit a1874c8975
3 changed files with 4 additions and 1 deletions

View File

@ -477,7 +477,7 @@ module ApplicationHelper
:reorder_param => options[:param] || object.class.name.underscore
}
content_tag('span', '',
:class => "sort-handle ui-icon ui-icon-arrowthick-2-n-s",
:class => "sort-handle",
:data => data)
end

BIN
public/images/reorder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

View File

@ -1201,6 +1201,9 @@ a.icon-only::after {
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
.icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
.sort-handle { width:16px; height:16px; background:url(../images/reorder.png) no-repeat 0 50%; cursor:move; }
tr.ui-sortable-helper { border:1px solid #e4e4e4; }
.contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; }
img.gravatar {