Issue #1800304 by dawehner: Fixed The css for responsive tables on bartik contains old class names.

8.0.x
webchick 2012-10-01 19:05:19 -07:00
parent 7b5f7b672f
commit 90b9f678d9
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}