web/data/cubicweb.print.css
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 05 Oct 2010 08:33:10 +0200
changeset 6394 eb9a5bd778bc
parent 5493 c323ff08ad35
permissions -rw-r--r--
[forms] remove dead code and simplify inlineviews creation remove AutomaticEntityForm.should_inline_relation_form which is not used anywhere and comes from a time where uicfg did not exist. remove test for "force_<rtype>_display" presence in req.form to determine whether or not the inline creation form should be displayed.

* {
  color: #000 !important;
}

div#popupLoginBox,
div#popupLoginBox,
img#logo, div.header,
#navColumnLeft, #navColumnRight,
#footer {
  display: none
}

div#pageContent{
  border: none;
}