Issue #1800304 by dawehner: Fixed The css for responsive tables on bartik contains old class names.
parent
7b5f7b672f
commit
90b9f678d9
|
@ -1712,16 +1712,16 @@ div.admin-panel .description {
|
|||
* Responsive tables.
|
||||
*/
|
||||
@media screen and (max-width:28.125em) { /* 450px */
|
||||
th.helpful,
|
||||
td.helpful,
|
||||
th.priority-low,
|
||||
td.priority-low,
|
||||
th.priority-medium,
|
||||
td.priority-medium {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width:45em) { /* 720px */
|
||||
th.helpful,
|
||||
td.helpful {
|
||||
th.priority-low,
|
||||
td.priority-low {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue