web/data/cubicweb.form.css
changeset 850 b747f1a1ced0
parent 0 b97547f5f1fa
child 1077 fe26a0cda180
equal deleted inserted replaced
568:3f6aaa6ae3b2 850:b747f1a1ced0
     7 
     7 
     8 div.formTitle {
     8 div.formTitle {
     9   width: 100%;
     9   width: 100%;
    10   font-size : 160%;
    10   font-size : 160%;
    11   font-weight: bold;
    11   font-weight: bold;
    12   color: orangered;
    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;
    15   background: url("bg_trame_grise.png") left bottom repeat-x;
    16   margin-bottom: 0.6em
    16   margin-bottom: 0.6em
    17 }
    17 }
   174   text-transform: none;
   174   text-transform: none;
   175 }
   175 }
   176 
   176 
   177 div.inlinedform {
   177 div.inlinedform {
   178   margin-left: 2em;
   178   margin-left: 2em;
       
   179 }
       
   180 
       
   181 /*FIXME inlineedit not used ?*/
       
   182 div.inlineedit {
       
   183   display: none;}
       
   184 
       
   185 div.editableField {
       
   186   display: inline;
       
   187 }
       
   188 
       
   189 div.editableField:hover,
       
   190 div.editableField p:hover {
       
   191   background-color: #eeedd9;
       
   192 }
       
   193 
       
   194 input.error {
       
   195   background: transparent url("error.png") 100% 50% no-repeat;
       
   196 }
       
   197 
       
   198 span.error {
       
   199   display: block;
       
   200   font-weight: bold;
       
   201   color: #ed0d0d;
       
   202 }
       
   203 
       
   204 option.separator {
       
   205   font-weight: bold;
       
   206   background: #ccc;
       
   207   text-align: center;
   179 }
   208 }
   180 
   209 
   181 div.trame_grise {
   210 div.trame_grise {
   182   background: url("bg_trame_grise.png") left top repeat-x;
   211   background: url("bg_trame_grise.png") left top repeat-x;
   183 }
   212 }
   187   font-style: italic;
   216   font-style: italic;
   188   font-size: 110%;
   217   font-size: 110%;
   189   padding-left: 2em;
   218   padding-left: 2em;
   190   background : #f8f8ee url("information.png") 5px center no-repeat ;
   219   background : #f8f8ee url("information.png") 5px center no-repeat ;
   191 }
   220 }
       
   221 
       
   222 .helper{
       
   223   font-size: 96%;
       
   224   color: #555544;
       
   225 }
       
   226 
       
   227 .helper:hover {
       
   228   color: #000;
       
   229   cursor: default;
       
   230 }
       
   231 
       
   232 input.validateButton {  
       
   233   margin: 1em 1em 0px 0px;
       
   234   border: 1px solid #edecd2;
       
   235   border-color:#edecd2 #cfceb7 #cfceb7  #edecd2;
       
   236   background: #fffff8 url("button.png") bottom left repeat-x;
       
   237 }
       
   238