web/drupal/modules/dblog/dblog.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: dblog.css,v 1.4.2.1 2008/09/02 16:56:49 dries Exp $ */
       
     2 
       
     3 #edit-type-wrapper, #edit-severity-wrapper {
       
     4   float: left; /* LTR */
       
     5   padding-right: .8em; /* LTR */
       
     6   margin: 0.1em;
       
     7   /**
       
     8    * In Opera 9, DOM elements with the property of "overflow: auto"
       
     9    * will partially hide its contents with unnecessary scrollbars when
       
    10    * its immediate child is floated without an explicit width set.
       
    11    */
       
    12   width: 15em;
       
    13 }
       
    14 #dblog-filter-form .form-item select.form-select {
       
    15   width: 100%;
       
    16 }
       
    17 tr.dblog-user {
       
    18   background: #ffd;
       
    19 }
       
    20 tr.dblog-user .active {
       
    21   background: #eed;
       
    22 }
       
    23 tr.dblog-content {
       
    24   background: #ddf;
       
    25 }
       
    26 tr.dblog-content .active {
       
    27   background: #cce;
       
    28 }
       
    29 tr.dblog-page-not-found, tr.dblog-access-denied {
       
    30   background: #dfd;
       
    31 }
       
    32 tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
       
    33   background: #cec;
       
    34 }
       
    35 tr.dblog-error {
       
    36   background: #ffc9c9;
       
    37 }
       
    38 tr.dblog-error .active {
       
    39   background: #eeb9b9;
       
    40 }