web/data/cubicweb.mailform.css
changeset 0 b97547f5f1fa
child 1466 07a2d0c387ca
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 /* styles for the email form (views/massmailing.py)
       
     2  *
       
     3  *  :organization: Logilab
       
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6  */
       
     7 
       
     8 div#compose {
       
     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 div#compose 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 div#compose div#toolbar {
       
    40   margin: 0.5em 0em;
       
    41   height: 29px;
       
    42 }
       
    43 
       
    44 div#compose 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 div#compose div#toolbar li {
       
    54   background: none;
       
    55   padding-left: 1em;
       
    56   float: left;
       
    57 }
       
    58 
       
    59 div#compose 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 }