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