[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   1  
   2  .book-navigation .menu {
   3    border-top: 1px solid #888;
   4    padding: 1em 0 0 3em;
   5  }
   6  .book-navigation .page-links {
   7    border-top: 1px solid #888;
   8    border-bottom: 1px solid #888;
   9    text-align: center;
  10    padding: 0.5em;
  11  }
  12  .book-navigation .page-previous {
  13    text-align: left;
  14    width: 42%;
  15    display: block;
  16    float: left; /* LTR */
  17  }
  18  .book-navigation .page-up {
  19    margin: 0 5%;
  20    width: 4%;
  21    display: block;
  22    float: left; /* LTR */
  23  }
  24  .book-navigation .page-next {
  25    text-align: right;
  26    width: 42%;
  27    display: block;
  28    float: right;
  29  }
  30  #book-outline {
  31    min-width: 56em;
  32  }
  33  .book-outline-form .form-item {
  34    margin-top: 0;
  35    margin-bottom: 0;
  36  }
  37  #edit-book-bid-wrapper .description {
  38    clear: both;
  39  }
  40  #book-admin-edit select {
  41    margin-right: 24px;
  42  }
  43  #book-admin-edit select.progress-disabled {
  44    margin-right: 0;
  45  }
  46  #book-admin-edit tr.ahah-new-content {
  47    background-color: #ffd;
  48  }
  49  #book-admin-edit .form-item {
  50    float: left;
  51  }


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