web/data/cubicweb.manageview.css
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 17 Feb 2014 15:01:23 +0100
branchstable
changeset 10053 079b5279a2cd
parent 5483 1a30c5a56256
permissions -rw-r--r--
[server] Handle unique constraint violations under recent sqlite The error message changed from "columns foo, bar, baz are not unique" to "UNIQUE constraint failed: table.foo, table.bar, table.baz". Closes #3564510

/***************************************/
/* Manage view (views/startup.py)      */
/***************************************/

table.startup {
  width: 100%;
}

/* table.startup td { */
/*   padding: 0.1em 0.2em; */
/* } */

table.startup td.addcol {
  text-align: right;
  width: 0.5em;
}

table.startup th{
  text-align: left;
}