diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |