CSS changes

This commit is contained in:
Simon Kornblith 2012-02-21 17:45:00 -05:00
parent 74299b96b9
commit 226ec917a6

View File

@ -18,8 +18,8 @@ td, th {
} }
.th-translator { .th-translator {
width: 500px; width: 250px;
max-width: 500px; max-width: 250px;
} }
.th-status { .th-status {
@ -30,6 +30,11 @@ td, th {
width: 75px; width: 75px;
} }
.th-issues {
width: 250px;
max-width: 500px;
}
.status-succeeded, .supported-yes { .status-succeeded, .supported-yes {
background-color: #90ff90; background-color: #90ff90;
} }