From a1874c8975754e2184674f3107028fbae2b9558d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 19 Apr 2016 17:33:29 +0000 Subject: Restyles the sort handle(#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15340 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/images/reorder.png | Bin 0 -> 472 bytes public/stylesheets/application.css | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 public/images/reorder.png (limited to 'public') diff --git a/public/images/reorder.png b/public/images/reorder.png new file mode 100644 index 000000000..5774b68c7 Binary files /dev/null and b/public/images/reorder.png differ diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index d84291239..67cd722f8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 { -- cgit v1.2.3