]> git.nbdom.net Git - nb.git/commitdiff
css
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 6 Dec 2016 15:16:37 +0000 (15:16 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 6 Dec 2016 15:16:37 +0000 (15:16 +0000)
www/dbq/dbq.php
www/dbq/html/default.css

index 33974b86923532474af6952fa5a71f0a45c44e1e..e9bb5b1f3214b1197a4418e3970d22180246e7d6 100644 (file)
@@ -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'].';
index 09a433d7cea4befc51382323872cbd0705217c51..488b9b449a60f11ab1e9fb3d77569da812e83441 100644 (file)
@@ -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;