CSS changes
This commit is contained in:
parent
74299b96b9
commit
226ec917a6
1 changed files with 7 additions and 2 deletions
|
@ -18,8 +18,8 @@ td, th {
|
|||
}
|
||||
|
||||
.th-translator {
|
||||
width: 500px;
|
||||
max-width: 500px;
|
||||
width: 250px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.th-status {
|
||||
|
@ -30,6 +30,11 @@ td, th {
|
|||
width: 75px;
|
||||
}
|
||||
|
||||
.th-issues {
|
||||
width: 250px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.status-succeeded, .supported-yes {
|
||||
background-color: #90ff90;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue