From: Nicolas Boisselier Date: Fri, 28 Sep 2018 12:41:12 +0000 (+0100) Subject: lib/php/out.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=85f0860bb6acce59d55faf523cdac1b39269f0c3;p=nb.git lib/php/out.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 417ddd18..d72e9d15 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -603,7 +603,7 @@ Class Table extends nb { } // Form - echo '
'.NB_EOL; + echo ''.NB_EOL; echo '
'.NB_EOL; if ($add or $row) { diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 125cfba8..698243b7 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -609,7 +609,6 @@ class DbQ extends nb { public static function form_hidden($r) { $h = ''; #debug($r); - if (BOOTSTRAP) $r['_bootstrap'] = $_REQUEST['_bootstrap']; foreach ($r as $k => $values) { $values = (array)$values; diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 09e6233a..5cfcc54a 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -233,11 +233,9 @@ form.menu .criterias span.label:last-child { border-right: none; } -form.menu select:focus { max-width: auto; } - -form.menu select { max-width: 20%; } form.menu .criterias input[type=text] { width: 4em; } +form.menu .criterias input[type=text]:focus { width: auto; } div.db-row label, form.edit .fields label { @@ -324,7 +322,7 @@ body.loader { h1 { margin: 0 0 0.2em 0; - font-size: 180%; + font-size: 160%; padding-bottom: 0.3em; margin-bottom: 0.5em; } @@ -335,4 +333,3 @@ h1.zaza select { background: inherit; font: inherit; } - diff --git a/www/dbq/html/default.min.css b/www/dbq/html/default.min.css index 75bcb294..8fb25b98 100644 --- a/www/dbq/html/default.min.css +++ b/www/dbq/html/default.min.css @@ -1 +1 @@ -@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader{border:16px solid #fff;border-radius:50%;border-top:16px solid #000;padding:0;margin:0 auto 0 auto;width:8em;height:8em;animation:spin 2s linear infinite;display:block}body.loader{margin-top:8em}.loader *{display:none!important}h1{margin:0 0 .2em 0;font-size:180%;padding-bottom:.3em;margin-bottom:.5em}h1.zaza select{padding:0;border:none;background:inherit;font:inherit} +@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader{border:16px solid #fff;border-radius:50%;border-top:16px solid #000;padding:0;margin:0 auto 0 auto;width:8em;height:8em;animation:spin 2s linear infinite;display:block}body.loader{margin-top:8em}.loader *{display:none!important}h1{margin:0 0 .2em 0;font-size:160%;padding-bottom:.3em;margin-bottom:.5em}h1.zaza select{padding:0;border:none;background:inherit;font:inherit}