1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11977] Use CSS instead of JS to disable up/down icons

PHPBB3-11977
This commit is contained in:
Vjacheslav Trushkin
2013-10-27 01:28:57 +03:00
parent 25995e311c
commit b225dd37d7
4 changed files with 20 additions and 134 deletions

View File

@@ -869,6 +869,14 @@ table td.actions {
white-space: nowrap;
}
table tr:first-child td.actions .up, table tr:last-child td.actions .down {
display: none;
}
table tr:first-child td.actions .up-disabled, table tr:last-child td.actions .down-disabled {
display: inline !important;
}
table.styles td.users, table td.mark {
text-align: center;
}