web/data/cubicweb.css
changeset 8138 86da196640ae
parent 7799 6f84279e0718
child 8183 7d658ea27ec5
equal deleted inserted replaced
8137:5687b3d09d3a 8138:86da196640ae
    74   clear: both;
    74   clear: both;
    75   font-family: 'Courier New', monospace;
    75   font-family: 'Courier New', monospace;
    76   letter-spacing: 0.015em;
    76   letter-spacing: 0.015em;
    77   padding: 0.6em;
    77   padding: 0.6em;
    78   margin: 0 2em 1.7em;
    78   margin: 0 2em 1.7em;
    79   background-color: %(listingHihligthedBgColor)s;
    79   background-color: %(listingHighlightedBgColor)s;
    80   border: 1px solid %(listingBorderColor)s;
    80   border: 1px solid %(listingBorderColor)s;
    81 }
    81 }
    82 
    82 
    83 p {
    83 p {
    84   text-align: justify;
    84   text-align: justify;
   806   top: -1px;
   806   top: -1px;
   807 }
   807 }
   808 
   808 
   809 table.listing input,
   809 table.listing input,
   810 table.listing textarea {
   810 table.listing textarea {
   811  background: %(listingHihligthedBgColor)s;
   811  background: %(listingHighlightedBgColor)s;
   812 }
   812 }
   813 
   813 
   814 table.htableForm label, table.oneRowTableForm label {
   814 table.htableForm label, table.oneRowTableForm label {
   815   vertical-align: middle;
   815   vertical-align: middle;
   816 }
   816 }