You are here

plugin.css in Plugin 8

Same filename and directory in other branches
  1. 8.2 css/plugin.css
/**
 * Plugins page.
 */
.plugins-wrapper table {
  table-layout: fixed;
  background: #FFF;
}
.plugins-wrapper table th {
  border-color: #FFF;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 10px;
  background: none repeat scroll 0 0 #CCC;
}

.plugins-wrapper tr.even,
.plugins-wrapper tr.odd {
  background: none repeat scroll 0 0 #F3F4EE;
  border-color:  #FFF;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 10px;
}

.plugins-wrapper div.incompatible {
  font-weight: bold;
}
.plugins-wrapper tr {
  border-bottom-color: #FFF;
}

.plugins-wrapper th.plugin-description {
  width: 65%;
}
.plugins-wrapper .details-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.plugins-wrapper .details-wrapper ul li {
  margin-bottom: 10px;
}

File

css/plugin.css
View source
  1. /**
  2. * Plugins page.
  3. */
  4. .plugins-wrapper table {
  5. table-layout: fixed;
  6. background: #FFF;
  7. }
  8. .plugins-wrapper table th {
  9. border-color: #FFF;
  10. border-image: none;
  11. border-style: none none solid;
  12. border-width: 0 0 10px;
  13. background: none repeat scroll 0 0 #CCC;
  14. }
  15. .plugins-wrapper tr.even,
  16. .plugins-wrapper tr.odd {
  17. background: none repeat scroll 0 0 #F3F4EE;
  18. border-color: #FFF;
  19. border-image: none;
  20. border-style: none none solid;
  21. border-width: 0 0 10px;
  22. }
  23. .plugins-wrapper div.incompatible {
  24. font-weight: bold;
  25. }
  26. .plugins-wrapper tr {
  27. border-bottom-color: #FFF;
  28. }
  29. .plugins-wrapper th.plugin-description {
  30. width: 65%;
  31. }
  32. .plugins-wrapper .details-wrapper ul {
  33. padding: 0;
  34. list-style-type: none;
  35. }
  36. .plugins-wrapper .details-wrapper ul li {
  37. margin-bottom: 10px;
  38. }