web/data/cubicweb.mailform.css
branchstable
changeset 9013 b4bcabf55e77
parent 9012 2cf127d4f5fd
parent 9010 1f3d4d829e63
child 9014 dfa4da8a53a0
child 9128 d988eec2d5d3
equal deleted inserted replaced
9012:2cf127d4f5fd 9013:b4bcabf55e77
     1 /* styles for the email form (views/massmailing.py)
       
     2  *
       
     3  *  :organization: Logilab
       
     4  *  :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6  */
       
     7 
       
     8 form#sendmail {
       
     9   border: 1px solid #DBDCE3;
       
    10   background-color: #E9F5F7;
       
    11   font-family:Verdana,Tahoma,Arial,sans-serif;
       
    12   padding: 1em 1ex;
       
    13 }
       
    14 
       
    15 table.headersform {
       
    16   width: 100%;
       
    17 }
       
    18 
       
    19 form#sendmail td#buttonbar {
       
    20   padding: 0.5ex 0ex;
       
    21 }
       
    22 
       
    23 table.headersform td.hlabel {
       
    24   padding-top: 0.5ex;
       
    25   color: #444444;
       
    26   text-align: right;
       
    27 }
       
    28 
       
    29 table.headersform td.hvalue {
       
    30   padding-top: 0.5ex;
       
    31   padding-left: 0.5em;
       
    32   width: 100%;
       
    33 }
       
    34 
       
    35 table.headersform td.hvalue input#mailsubj {
       
    36   width: 47em; 
       
    37 }
       
    38 
       
    39 form#sendmail div#toolbar {
       
    40   margin: 0.5em 0em;
       
    41   height: 29px;
       
    42 }
       
    43 
       
    44 form#sendmail div#toolbar ul {
       
    45   list-style-image: none;
       
    46   list-style-position: outside;
       
    47   list-style-type:none;
       
    48   margin:0px;
       
    49   padding:0px;
       
    50   /* border: 1px solid #DBDCE3; */
       
    51 }
       
    52 
       
    53 form#sendmail div#toolbar li {
       
    54   background: none;
       
    55   padding-left: 1em;
       
    56   float: left;
       
    57 }
       
    58 
       
    59 form#sendmail div#toolbar li a {
       
    60   font-family: Verdana,Tahoma,Arial,sans-serif;
       
    61   color: #444444;
       
    62 }
       
    63 
       
    64 div#substitutions {
       
    65   padding-left: 1em;
       
    66 }