web/data/cubicweb.mailform.css
branchtls-sprint
changeset 1466 07a2d0c387ca
parent 0 b97547f5f1fa
child 5767 1d811df051c2
equal deleted inserted replaced
1465:42f13c790f11 1466:07a2d0c387ca
     3  *  :organization: Logilab
     3  *  :organization: Logilab
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6  */
     6  */
     7 
     7 
     8 div#compose {
     8 form#sendmail {
     9   border: 1px solid #DBDCE3;
     9   border: 1px solid #DBDCE3;
    10   background-color: #E9F5F7;
    10   background-color: #E9F5F7;
    11   font-family:Verdana,Tahoma,Arial,sans-serif;
    11   font-family:Verdana,Tahoma,Arial,sans-serif;
    12   padding: 1em 1ex;
    12   padding: 1em 1ex;
    13 }
    13 }
    14 
    14 
    15 table.headersform {
    15 table.headersform {
    16   width: 100%;
    16   width: 100%;
    17 }
    17 }
    18 
    18 
    19 div#compose td#buttonbar {
    19 form#sendmail td#buttonbar {
    20   padding: 0.5ex 0ex;
    20   padding: 0.5ex 0ex;
    21 }
    21 }
    22 
    22 
    23 table.headersform td.hlabel {
    23 table.headersform td.hlabel {
    24   padding-top: 0.5ex;
    24   padding-top: 0.5ex;
    34 
    34 
    35 table.headersform td.hvalue input#mailsubj {
    35 table.headersform td.hvalue input#mailsubj {
    36   width: 47em; 
    36   width: 47em; 
    37 }
    37 }
    38 
    38 
    39 div#compose div#toolbar {
    39 form#sendmail div#toolbar {
    40   margin: 0.5em 0em;
    40   margin: 0.5em 0em;
    41   height: 29px;
    41   height: 29px;
    42 }
    42 }
    43 
    43 
    44 div#compose div#toolbar ul {
    44 form#sendmail div#toolbar ul {
    45   list-style-image: none;
    45   list-style-image: none;
    46   list-style-position: outside;
    46   list-style-position: outside;
    47   list-style-type:none;
    47   list-style-type:none;
    48   margin:0px;
    48   margin:0px;
    49   padding:0px;
    49   padding:0px;
    50   /* border: 1px solid #DBDCE3; */
    50   /* border: 1px solid #DBDCE3; */
    51 }
    51 }
    52 
    52 
    53 div#compose div#toolbar li {
    53 form#sendmail div#toolbar li {
    54   background: none;
    54   background: none;
    55   padding-left: 1em;
    55   padding-left: 1em;
    56   float: left;
    56   float: left;
    57 }
    57 }
    58 
    58 
    59 div#compose div#toolbar li a {
    59 form#sendmail div#toolbar li a {
    60   font-family: Verdana,Tahoma,Arial,sans-serif;
    60   font-family: Verdana,Tahoma,Arial,sans-serif;
    61   color: #444444;
    61   color: #444444;
    62 }
    62 }
    63 
    63 
    64 div#substitutions {
    64 div#substitutions {