web/data/cubicweb.form.css
branchtls-sprint
changeset 1412 f3361e29d91f
parent 1077 fe26a0cda180
child 2999 0bf6c52447d0
equal deleted inserted replaced
1409:f4dee84a618f 1412:f3361e29d91f
    54 }
    54 }
    55 
    55 
    56 table.attributeForm {
    56 table.attributeForm {
    57   border: 1px solid #E4EAD8;
    57   border: 1px solid #E4EAD8;
    58   margin-bottom: 1em;
    58   margin-bottom: 1em;
    59   padding: 0.8em;
    59   padding: 0.8em 1.2em;
       
    60   width: 100%;
    60 }
    61 }
    61 
    62 
    62 fieldset.subentity table td {
    63 fieldset.subentity table td {
    63   padding: 2px;
    64   padding: 2px;
    64   vertical-align: top;
    65   vertical-align: top;
    75   border-collapse: separate;
    76   border-collapse: separate;
    76 }
    77 }
    77 
    78 
    78 table.attributeForm th,
    79 table.attributeForm th,
    79 table.attributeForm td {
    80 table.attributeForm td {
    80   padding : 0px 2px;
    81   padding : .7em 2px;
    81 }
    82 }
    82 
    83 
    83 table.attributeForm th {
    84 table.attributeForm th {
    84   text-align: right;
    85   text-align: left;
       
    86   width: 12em;
    85 }
    87 }
    86 
    88 
    87 table.attributeForm div#comfirmPsw {
    89 table.attributeForm div#comfirmPsw {
    88 }
    90 }
    89 
    91 
    98   width: 100%;
   100   width: 100%;
    99 }
   101 }
   100 
   102 
   101 table.attributeForm label,
   103 table.attributeForm label,
   102 .entityForm .label {
   104 .entityForm .label {
   103   padding : 0.2em  10px 0.2em 0.4em;
   105   padding : 0.2em  1em 0.2em 0;
   104 }
   106 }
   105 
   107 
   106 table.attributeForm label.required {
   108 table.attributeForm label.required {
   107   background: url("required.png") 100% 50% no-repeat;
   109   background: url("required.png") 100% 50% no-repeat;
   108 }
   110 }