You are here

patchinfo.css in PatchInfo 7

#module-filter-update-status-form {
  margin-bottom: 1.5em;
}

.patchinfo-excluded-modules {
  background-color: #fcc;
  padding: 5px;
  border: 2px solid #f00;
  margin: 1.5em 0;
  clear: right;
}

.patchinfo-patches {
  background-color: #fcc;
  padding: 5px;
  border: 2px solid #f00;
  margin-bottom: 20px;
}

.patchinfo-patches-title {
  font-weight: bold;
  text-transform: uppercase;
}

.patchinfo-patches-core {
  margin: 5px 0;
}

#update-manager-update-form .patchinfo-patches {
  margin-top: 10px;
}

File

patchinfo.css
View source
  1. #module-filter-update-status-form {
  2. margin-bottom: 1.5em;
  3. }
  4. .patchinfo-excluded-modules {
  5. background-color: #fcc;
  6. padding: 5px;
  7. border: 2px solid #f00;
  8. margin: 1.5em 0;
  9. clear: right;
  10. }
  11. .patchinfo-patches {
  12. background-color: #fcc;
  13. padding: 5px;
  14. border: 2px solid #f00;
  15. margin-bottom: 20px;
  16. }
  17. .patchinfo-patches-title {
  18. font-weight: bold;
  19. text-transform: uppercase;
  20. }
  21. .patchinfo-patches-core {
  22. margin: 5px 0;
  23. }
  24. #update-manager-update-form .patchinfo-patches {
  25. margin-top: 10px;
  26. }