You are here

update_status.css in Update Status 5

Same filename and directory in other branches
  1. 5.2 update_status.css
.update-status .top-row {
  border-top: 2px solid black;
}

.update-status .bottom-row {
  border-bottom: 2px solid black;
}

.update-status .links {
  text-align: right;
}

.update-status .project {
  font-weight: bold;
}

.update-status .info {
  padding-left: 3em;
}

.update-status tr.error {
  color: #000;
  background: #fcc;
}

.update-status tr.ok {
  color: #000;
  background: #dfd;
}

.update-status tr.unknown {
  color: #000;
  background: #ffd;
}

.current-version, .new-version {
  direction: ltr;
}

File

update_status.css
View source
  1. .update-status .top-row {
  2. border-top: 2px solid black;
  3. }
  4. .update-status .bottom-row {
  5. border-bottom: 2px solid black;
  6. }
  7. .update-status .links {
  8. text-align: right;
  9. }
  10. .update-status .project {
  11. font-weight: bold;
  12. }
  13. .update-status .info {
  14. padding-left: 3em;
  15. }
  16. .update-status tr.error {
  17. color: #000;
  18. background: #fcc;
  19. }
  20. .update-status tr.ok {
  21. color: #000;
  22. background: #dfd;
  23. }
  24. .update-status tr.unknown {
  25. color: #000;
  26. background: #ffd;
  27. }
  28. .current-version, .new-version {
  29. direction: ltr;
  30. }