web/data/cubicweb.form.css
branchstable
changeset 3806 6a4191b0eb9a
parent 3767 03924de0014d
child 4280 15d541321a8c
equal deleted inserted replaced
3805:ad0b38e1a4eb 3806:6a4191b0eb9a
    10   font-size : 160%;
    10   font-size : 160%;
    11   font-weight: bold;
    11   font-weight: bold;
    12   color: #ff4500;
    12   color: #ff4500;
    13   padding-bottom : 0.4em;
    13   padding-bottom : 0.4em;
    14   text-transform: capitalize;
    14   text-transform: capitalize;
    15   background: url("bg_trame_grise.png") left bottom repeat-x;
       
    16   margin-bottom: 0.6em
    15   margin-bottom: 0.6em
    17 }
    16 }
    18 
    17 
    19 div.formTitle span {
    18 div.formTitle span {
    20   padding: 4px 0px;
    19   padding: 4px 0px;
   205 
   204 
   206 option.separator {
   205 option.separator {
   207   font-weight: bold;
   206   font-weight: bold;
   208   background: #ccc;
   207   background: #ccc;
   209   text-align: center;
   208   text-align: center;
   210 }
       
   211 
       
   212 div.trame_grise {
       
   213   background: url("bg_trame_grise.png") left top repeat-x;
       
   214 }
   209 }
   215 
   210 
   216 div.notice {
   211 div.notice {
   217   display: none;
   212   display: none;
   218   font-style: italic;
   213   font-style: italic;
   229 .helper:hover {
   224 .helper:hover {
   230   color: #000;
   225   color: #000;
   231   cursor: default;
   226   cursor: default;
   232 }
   227 }
   233 
   228 
   234 input.validateButton {  
   229 input.validateButton {
   235   margin: 1em 1em 0px 0px;
   230   margin: 1em 1em 0px 0px;
   236   border: 1px solid #edecd2;
   231   border: 1px solid #edecd2;
   237   border-color:#edecd2 #cfceb7 #cfceb7  #edecd2;
   232   border-color:#edecd2 #cfceb7 #cfceb7  #edecd2;
   238   background: #fffff8 url("button.png") bottom left repeat-x;
   233   background: #fffff8 url("button.png") bottom left repeat-x;
   239 }
   234 }