From: Nicolas Boisselier Date: Tue, 6 Dec 2016 15:16:37 +0000 (+0000) Subject: css X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f500438e2503c745e48a3af7a31b59a38a464901;p=nb.git css --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 33974b86..e9bb5b1f 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -5,7 +5,8 @@ function dbq_run() { $colors = [ 'text' => '#ddd', 'background' => '#009B9C', - 'button' => '#444', + #'button' => '#444', + 'button' => '#3C3C3B', ]; if (empty($_SERVER['DOCUMENT_ROOT'])) $_SERVER['DOCUMENT_ROOT'] = dirname(__FILE__).'/html'; require_once($_SERVER['DOCUMENT_ROOT'].'/../../../lib/php/page.php'); @@ -49,7 +50,7 @@ body, .button { table.rows, div.rows, .menu, -.edit, +form.edit, object, iframe, pre { border-color: '.$colors['text'].'; diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 09a433d7..488b9b44 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -63,7 +63,7 @@ form select { table.rows, div.rows, -.edit, +form.edit, .menu, object, iframe, pre { @@ -116,14 +116,14 @@ form a.button:visited, form a.button { top: -1px; } */ -.edit .fields label { +form.edit .fields label { width: 25%; text-align: right; display: inline-block; margin-right: 1em; vertical-align: top; } -.edit .fields .label span { +form.edit .fields .label span { width: 54%; display: inline-block; text-align: left;