From 0e86caac30283b0c634bcd203b7d4f17728e968f Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 7 Oct 2019 12:32:32 +0200 Subject: [PATCH] [design] quick improve of new plugins filter --- admin/themes/default/template/plugins_new.tpl | 9 ++------- admin/themes/default/theme.css | 5 ++++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index 4d55f9735..48ac65ebb 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -47,18 +47,13 @@ jQuery(document).ready(function(){ } }); jQuery("#filter").focus(); - jQuery(".titrePage input[name='Clear']").click(function(){ - $("#filter").val(''); - $(".pluginBox").show(); - }); }); {/literal}{/footer_script}
-{'Filter'|@translate} : - | -{'Sort order'|@translate} : + {'Filter'|@translate} + {'Sort order'|@translate} {html_options name="selectOrder" options=$order_options selected=$order_selected}

{'Plugins'|@translate}

diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index e97e24d5a..16b5b2326 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -116,8 +116,11 @@ TABLE.table2 TR { TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; } TABLE.table2 TR.throw { text-align: center; } -.sort { display:block; padding:8px 5px 5px 15px; text-align: left;} +.sort { display:block; padding:1em 2em 0 2em; text-align: left;} +.sort .icon-sort-number-up { + margin-left: 25px; +} .hour { white-space: pre;