cubicweb/web/data/cubicweb.html_tree.css
author Philippe Pepiot <ph@itsalwaysdns.eu>
Tue, 31 Mar 2020 18:22:05 +0200
changeset 12966 6cd938c29ca3
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[server] Make connection pooler configurable and set better default values Drop the configuration connections-pool-size and add new configurations options: * connections-pool-min-size. Set to 0 by default so we open connections only when needed. This avoid opening min-size*processes connections at startup, which is, it think, a good default. * connections-pool-max-size. Set to 0 (unlimited) by default, so we move the bottleneck to postgresql. * connections-idle-timeout. Set to 10 minutes. I don't have arguments about this except that this is the default in pgbouncer.

table.tree {
  border-collapse: collapse;
}

table.tree td {
  padding: 0px;
}

div.tree_cell {
  border: 1px solid black;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;  
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

div.selected {
  border: 2px solid black;
  background-color: #ccc;
}

table.tree td.tree_cell {
  padding: 0px;
}

table.tree td.tree_cell_1_1,
td.tree_cell_1_2 {
  border-bottom: 1px solid black;
}
table.tree td.tree_cell_1_3 {
  border-right: 1px solid black;
}
table.tree td.tree_cell_1_4 {
  border: 0px;
}


table.tree td.tree_cell_2_1,
td.tree_cell_2_3 {
  border-right: 1px solid black;
}
table.tree td.tree_cell_2_2,
td.tree_cell_2_4 {
  border: 0px;
}


table.tree td.tree_cell_3_1,
td.tree_cell_3_3 {
  border-right: 1px solid black;
}
table.tree td.tree_cell_3_2 {
  border-bottom: 1px solid black;
}
table.tree td.tree_cell_3_4 {
  border: 0px;
}


table.tree td.tree_cell_4_1 {
  border-right: 1px solid black;
}
table.tree td.tree_cell_4_2 {
  border-bottom: 1px solid black;
}
table.tree td.tree_cell_4_3,
td.tree_cell_4_4 {
  border: 0px;
}


table.tree td.tree_cell_5_1,
td.tree_cell_5_2 {
  border-bottom: 1px solid black;
}
table.tree td.tree_cell_5_3,
td.tree_cell_5_4 {
  border: 0px;
}


table.tree td.tree_cell_0_1,
td.tree_cell_0_2,
td.tree_cell_0_3,
td.tree_cell_0_4 {
  border: 0px;
}