1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Some permission interface updates:

- checkbox now hidden by default, only shown when an advanced view is opened
- mark all and unmark all now available


git-svn-id: file:///svn/phpbb/trunk@6916 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2007-01-21 19:32:38 +00:00
parent 576bb754e9
commit 097856f4a0
3 changed files with 72 additions and 10 deletions

View File

@@ -570,7 +570,7 @@ dd textarea {
width: 100%;
}
input.radio {
input.radio, input.perm_cb {
width: auto !important;
background-color: transparent;
border: none;