You are here

filelog-ui.css in File Log 6.2

#edit-type-wrapper, #edit-severity-wrapper {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 30em;
}
#filelog-ui-filter-form .form-item select.filelog-ui-multiple {
  width: 100%;
}
#filelog-ui-filter-form .container-dates,
#filelog-ui-filter-form .container-texts {
  clear: left; /* LTR */
}
#edit-date-from-wrapper, #edit-date-to-wrapper,
#edit-hostname-wrapper, #edit-referer-wrapper {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
#filelog-ui-admin-buttons {
  margin-top: 1em;
  clear: left; /* LTR */
}
tr.filelog-ui-user {
  background: #ffd;
}
tr.filelog-ui-user .active {
  background: #eed;
}
tr.filelog-ui-content {
  background: #ddf;
}
tr.filelog-ui-content .active {
  background: #cce;
}
tr.filelog-ui-page-not-found, tr.filelog-ui-access-denied {
  background: #dfd;
}
tr.filelog-ui-page-not-found .active, tr.filelog-ui-access-denied .active {
  background: #cec;
}
tr.filelog-ui-error {
  background: #ffc9c9;
}
tr.filelog-ui-error .active {
  background: #eeb9b9;
}

File

filelog-ui.css
View source
  1. #edit-type-wrapper, #edit-severity-wrapper {
  2. float: left; /* LTR */
  3. padding-right: .8em; /* LTR */
  4. margin: 0.1em;
  5. /**
  6. * In Opera 9, DOM elements with the property of "overflow: auto"
  7. * will partially hide its contents with unnecessary scrollbars when
  8. * its immediate child is floated without an explicit width set.
  9. */
  10. width: 30em;
  11. }
  12. #filelog-ui-filter-form .form-item select.filelog-ui-multiple {
  13. width: 100%;
  14. }
  15. #filelog-ui-filter-form .container-dates,
  16. #filelog-ui-filter-form .container-texts {
  17. clear: left; /* LTR */
  18. }
  19. #edit-date-from-wrapper, #edit-date-to-wrapper,
  20. #edit-hostname-wrapper, #edit-referer-wrapper {
  21. float: left; /* LTR */
  22. margin-right: 2em; /* LTR */
  23. }
  24. #filelog-ui-admin-buttons {
  25. margin-top: 1em;
  26. clear: left; /* LTR */
  27. }
  28. tr.filelog-ui-user {
  29. background: #ffd;
  30. }
  31. tr.filelog-ui-user .active {
  32. background: #eed;
  33. }
  34. tr.filelog-ui-content {
  35. background: #ddf;
  36. }
  37. tr.filelog-ui-content .active {
  38. background: #cce;
  39. }
  40. tr.filelog-ui-page-not-found, tr.filelog-ui-access-denied {
  41. background: #dfd;
  42. }
  43. tr.filelog-ui-page-not-found .active, tr.filelog-ui-access-denied .active {
  44. background: #cec;
  45. }
  46. tr.filelog-ui-error {
  47. background: #ffc9c9;
  48. }
  49. tr.filelog-ui-error .active {
  50. background: #eeb9b9;
  51. }