home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / dblog / dblog.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-09-01  |  896 b   |  41 lines

  1. /* $Id: dblog.css,v 1.4 2007/09/01 05:27:04 dries Exp $ */
  2.  
  3. #dblog-filter-form .form-item {
  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. }
  41.