web/data/cubicweb.mailform.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 23 Sep 2011 12:16:29 +0200
branchstable
changeset 7855 54283a5b7afc
parent 5767 1d811df051c2
permissions -rw-r--r--
[web request] fix cookie 'expires' formating (closes #1953945) This was because cookie.expires wasn't processed in cw.etwist.http, though this code should had never existed, instead proper twisted method should be called. Also, move on the way to headers handling simplification and rewrite cw request.set_cookie / remove_cookie to directly use the Cookie class in cw.web.http_headers rather than going back and forth simple cookie <-> raw string <-> http_headers.Cookie IMO more on this should be done.

/* styles for the email form (views/massmailing.py)
 *
 *  :organization: Logilab
 *  :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 */

form#sendmail {
  border: 1px solid #DBDCE3;
  background-color: #E9F5F7;
  font-family:Verdana,Tahoma,Arial,sans-serif;
  padding: 1em 1ex;
}

table.headersform {
  width: 100%;
}

form#sendmail td#buttonbar {
  padding: 0.5ex 0ex;
}

table.headersform td.hlabel {
  padding-top: 0.5ex;
  color: #444444;
  text-align: right;
}

table.headersform td.hvalue {
  padding-top: 0.5ex;
  padding-left: 0.5em;
  width: 100%;
}

table.headersform td.hvalue input#mailsubj {
  width: 47em; 
}

form#sendmail div#toolbar {
  margin: 0.5em 0em;
  height: 29px;
}

form#sendmail div#toolbar ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type:none;
  margin:0px;
  padding:0px;
  /* border: 1px solid #DBDCE3; */
}

form#sendmail div#toolbar li {
  background: none;
  padding-left: 1em;
  float: left;
}

form#sendmail div#toolbar li a {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  color: #444444;
}

div#substitutions {
  padding-left: 1em;
}