You are here

revision_deletion.css in Revision Deletion 5

Same filename and directory in other branches
  1. 6 revision_deletion.css

Style sheet for the revision_deletion module.

File

revision_deletion.css
View source
  1. /**
  2. * @file
  3. * Style sheet for the revision_deletion module.
  4. */
  5. .revision-deletion-options .form-item label.option {
  6. float: left;
  7. width: 24%; /* 4 per line */
  8. /* width: 49%; /* 2 per line */
  9. /* width: 32%; /* 3 per line */
  10. /* width: 19%; /* 5 per line */
  11. white-space: normal;
  12. }
  13. .revision-deletion-options .form-item .description,
  14. #revision-deletion-settings .description {
  15. clear: both;
  16. display: block;
  17. padding: 0.5em 0 0 2em;
  18. }
  19. #revision-deletion-list .description, #revision-deletion-list .info {
  20. clear: both;
  21. display: block;
  22. margin: 0.5em 2em 1em 2em;
  23. font-size: 89%;
  24. }
  25. #revision-deletion-list tr.odd td, #revision-deletion-list tr.even td {
  26. padding: 0 0.5em;
  27. }
  28. #revision-deletion-list .revision-log {
  29. }
  30. #revision-deletion-settings .fieldset-wrapper .description {
  31. padding: 0 0 1em 0;
  32. }
  33. .revision-deletion-options .form_item label {
  34. clear: left;
  35. }
  36. #revision-deletion-settings fieldset legend {
  37. font-size: 112%;
  38. }
  39. #revision-deletion-settings .container-inline input {
  40. margin-left: 1em;
  41. }
  42. .revision-deletion-options .form-checkboxes, .revision-deletion-options .form-radios {
  43. margin: 0;
  44. }
  45. #revision-deletion-list p {
  46. margin: 1em 0 0 0;
  47. text-indent: 0;
  48. }
  49. #revision-deletion-list table {
  50. margin-bottom: 1em;
  51. }
  52. #revision-deletion-list th {
  53. text-align: center;
  54. }
  55. #revision-deletion-list .revision-log {
  56. text-indent: 2em;
  57. }
  58. tr.revision-current {
  59. /* background-color: #ffffcc !important; /* Highlight current version. "!important" overrides odd/even. */
  60. /* font-size: 115%; /* */
  61. }
  62. tr.revision-original {
  63. /* background-color: #ffcccc !important; /* Highlight original version. */
  64. }
  65. tr.revision-last {
  66. /* background-color: #ccffcc !important; /* Highlight last-for-date version. */
  67. }
  68. #revision-deletion-list td.selected {
  69. /* background-color: #aa2222; /* This highlights selected checkboxes. */
  70. }