You are here

revision_deletion.css in Revision Deletion 6

Same filename and directory in other branches
  1. 5 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. /* This makes the diff button a bit smaller. */
  20. #revision-deletion-list #edit-show-diff {
  21. padding: 0;
  22. margin: 0;
  23. }
  24. #revision-deletion-list #header-show-diff-button {
  25. padding: 0;
  26. }
  27. #revision-deletion-list .description, #revision-deletion-list .info {
  28. clear: both;
  29. display: block;
  30. margin: 0.5em 2em 1em 2em;
  31. font-size: 89%;
  32. }
  33. #revision-deletion-list tr.odd td, #revision-deletion-list tr.even td {
  34. padding: 0 0.5em;
  35. }
  36. #revision-deletion-list .revision-log {
  37. }
  38. #revision-deletion-settings .fieldset-wrapper .description {
  39. padding: 0 0 1em 0;
  40. }
  41. .revision-deletion-options .form_item label {
  42. clear: left;
  43. }
  44. #revision-deletion-settings fieldset legend {
  45. font-size: 112%;
  46. }
  47. #revision-deletion-settings .container-inline input {
  48. margin-left: 1em;
  49. }
  50. .revision-deletion-options .form-checkboxes, .revision-deletion-options .form-radios {
  51. margin: 0;
  52. }
  53. #revision-deletion-list p {
  54. margin: 1em 0 0 0;
  55. text-indent: 0;
  56. }
  57. #revision-deletion-list table {
  58. margin-bottom: 1em;
  59. }
  60. #revision-deletion-list th {
  61. text-align: center;
  62. }
  63. #revision-deletion-list .revision-log {
  64. text-indent: 2em;
  65. }
  66. tr.revision-current {
  67. /* background-color: #ffffcc !important; /* Highlight current version. "!important" overrides odd/even. */
  68. /* font-size: 115%; /* */
  69. }
  70. tr.revision-original {
  71. /* background-color: #ffcccc !important; /* Highlight original version. */
  72. }
  73. tr.revision-last {
  74. /* background-color: #ccffcc !important; /* Highlight last-for-date version. */
  75. }
  76. #revision-deletion-list td.selected {
  77. /* background-color: #aa2222; /* This highlights selected checkboxes. */
  78. }