update_status.css in Update Status 5
Same filename and directory in other branches
.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.cssView source
- .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;
- }