diff --git a/admin/themes/default/template/cat_move.tpl b/admin/themes/default/template/cat_move.tpl index 1e83e265d..085cdc09d 100644 --- a/admin/themes/default/template/cat_move.tpl +++ b/admin/themes/default/template/cat_move.tpl @@ -26,12 +26,13 @@ var openCat = {$open_cat};

{'Move albums'|@translate}

-
Waiting for Piwigo response...
+
{"Waiting for a response from Piwigo"|@translate}
+
{"Apply an automatic order"|@translate}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 8c673e1a6..5674c5f87 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -464,7 +464,7 @@ TABLE.doubleSelect SELECT.categoryList { } .waiting-message.visible { - transform: translateY(0%); + transform: translateY(80%); } /* Statistic Page */ @@ -2897,14 +2897,14 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} } .cat-move-order-popin .album-name { - font-size: 20px; + font-size: 16px; color: #3C3C3C; } .cat-move-order-popin .choice-container { display: flex; flex-direction: column; - padding: 15px 5px; + padding: 10px 5px; } .cat-move-order-popin label { @@ -2939,6 +2939,15 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} .cat-move-order-popin .close-popin:hover { color: #ffa646;} +.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C;} + +.popin-title span { + padding: 7px; + border-radius: 25px; + font-size: 15px; + margin-right: 10px; +} + /*Overwrite JQtree CSS*/ .jqtree_common {