cubicweb/web/data/cubicweb.tableview.css
author Denis Laxalde <denis.laxalde@logilab.fr>
Sat, 16 Jan 2016 13:48:51 +0100
changeset 11057 0b59724cb3f2
parent 8094 web/data/cubicweb.tableview.css@bedf36fb17f1
permissions -rw-r--r--
Reorganize source tree to have a "cubicweb" top-level package Basically: mkdir cubicweb hg mv *.py -X setup.py cubicweb hg mv dataimport devtools entities etwist ext hooks i18n misc schemas server skeleton sobjects test web wsgi cubicweb Other changes: * adjust path to cubicweb-ctl in devtools tests * update setup.py to avoid importing __pkginfo__ (exec it instead), replace os.path.walk by os.walk and prepend `modname` here and there * update tox.ini to account for new test locations * update doc/conf.py so that it still finds __pkginfo__.py and CWDIR in doc/Makefile

/***************************************/
/* filter table form                   */
/***************************************/

table.filter th {
  font-weight: bold;
  background: #ebe8d9 url("button.png") repeat-x;
  padding: 0.3em;
  border-bottom: 1px solid %(incontextBoxBodyBgColor)s;
  text-align: left;
}

table.filter div.facet {
  padding: 0.6em 0.2em;
  margin: 0em 1em;
  border: 1px solid #ccc;
}

table.filter div.facetTitle {
  font-weight: bold;
}

div.tableActionsBox {
}

div.tableActionsBox .popup {
  border-radius: 5px;
  background: %(incontextBoxBodyBgColor)s;
  box-shadow: 3px 3px 3px Grey;
}

div.tableActionsBox li {
  background: none;
  /* we should probably get rid of ul/li structure because
     of the spurious space consumed by the bullet */
  margin-right: .3em;
  margin-left: -.3em;
}