]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/html/default.css
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 30 Oct 2017 23:18:51 +0000 (23:18 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 30 Oct 2017 23:18:51 +0000 (23:18 +0000)
www/dbq/dbq.php
www/dbq/html/default.css

index 06c1c64e85b42e1f77dcc1f686b895999d051b2f..3839e3cebc5306bab387fe54e2beb939edd155e0 100644 (file)
@@ -158,7 +158,7 @@ class DbQ extends nb {
         'param.action' => $this->params['action'],
         'param.args' => $this->params['args'],
         'param.deep' => $this->params_deep,
-        'text.add' => 'Add',
+        'text.add' => 'Add New',
         'text.clear' => 'Clear',
         'perm' => $this->perm,
         'perms' => $this->perms,
index a662132950f53a8ccc8a36037a1660f17dd6229f..bbd509cec08f6b1f892c1daf76783feacc2eb7e6 100644 (file)
@@ -172,17 +172,17 @@ ul.row li label, div.row div label {
   font: inherit;
        display: inline-block;
        text-decoration: none;
-       line-height: 1.5em;
+       line-height: 1.6em;
        cursor: pointer;
-  border-radius: 4px;
        white-space: nowrap;
        box-sizing: border-box;
        margin: 0 0.1em 0 0;
-       cursor: pointer;
   padding: 0 0.3em;
+  border-radius: 4px;
   border: none;
 
   /*
+  text-size: normal;
   color: #EEEEEE;
   background-color: #444444;
 
@@ -200,10 +200,13 @@ ul.row li label, div.row div label {
 
 }
 
+.menu, .nav, .rows, td.button, .center {
+  display: table;
+}
+
 .menu, .nav, .rows, .buttons, td.button, .center {
   margin-left: auto;
   margin-right: auto;
-  display: table;
 }
 
 form.menu {
@@ -213,12 +216,18 @@ form.menu {
 
 form.menu .button.add {
   float: right;
-  margin-top: 0.3ex;
+  margin-top: 0.2em;
   /*
-  margin-top: 0.1em;
+  cursor: cell;
+  display: inline-block;
+  height: 1.5em;
+  display: inline-block;
+  top: 0.9em;
+  margin-top: 0.2em;
+  margin-top: 0.3ex;
   margin-top: 2px;
-  */
   display: inline;
+  */
 }
 
 form.menu .criterias {