[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/node/ -> node.css (source)

   1  
   2  .node-unpublished {
   3    background-color: #fff4f4;
   4  }
   5  .preview .node {
   6    background-color: #ffffea;
   7  }
   8  #node-admin-filter ul {
   9    list-style-type: none;
  10    padding: 0;
  11    margin: 0;
  12    width: 100%;
  13  }
  14  #node-admin-buttons {
  15    float: left; /* LTR */
  16    margin-left: 0.5em; /* LTR */
  17    clear: right; /* LTR */
  18  }
  19  td.revision-current {
  20    background: #ffc;
  21  }
  22  .node-form .form-text {
  23    display: block;
  24    width: 95%;
  25  }
  26  .node-form .container-inline .form-text {
  27    display: inline;
  28    width: auto;
  29  }
  30  .node-form .standard {
  31    clear: both;
  32  }
  33  .node-form textarea {
  34    display: block;
  35    width: 95%;
  36  }
  37  .node-form .attachments fieldset {
  38    float: none;
  39    display: block;
  40  }
  41  .terms-inline {
  42    display: inline;
  43  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7