From a4eeedae0e38d7a96aac6adbc09dbabc37097a73 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Fri, 21 May 2021 12:48:54 +0200 Subject: [PATCH] related to #1265 Batch manager single mode, image positionned to the rigth --- admin/themes/default/template/batch_manager_unit.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index a8f5846c8..d57128442 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -148,4 +148,8 @@ jQuery("a.preview-box").colorbox( { .selectize-input .item .remove:hover { background-color: #ff7700 !important; } + +.thumb { + float: right; +} \ No newline at end of file