diff --git a/html/admin/css/queryView.css b/html/admin/css/queryView.css index 56facae3d2..9f4971d07e 100644 --- a/html/admin/css/queryView.css +++ b/html/admin/css/queryView.css @@ -163,6 +163,19 @@ z-index: 9999 !important; } +#querySize { + height: 20px !important; + line-height: 20px !important; + z-index: 9999 !important; + border-radius: 0 !important; + padding: 0 !important; + margin-bottom: 0; + border: 0 !important; + float: left !important; + margin-left: 50px; + margin-right: 0 !important; +} + .queryTH { width: 20% !important; } diff --git a/html/admin/js/templates/queryView.ejs b/html/admin/js/templates/queryView.ejs index 6129ea0fa5..1b663436e0 100644 --- a/html/admin/js/templates/queryView.ejs +++ b/html/admin/js/templates/queryView.ejs @@ -20,6 +20,7 @@ +