Hide editing buttons when in readonly mode

This commit is contained in:
Egil Moeller 2012-05-17 12:03:38 +02:00
parent c173ebe197
commit fc946ffc33
3 changed files with 24 additions and 19 deletions

View file

@ -19,6 +19,9 @@ textarea {
iframe {
position: absolute
}
.readonly .acl-write {
display: none;
}
#users {
position: absolute;
z-index: 500;
@ -1560,4 +1563,4 @@ input[type=checkbox] {
#online_count {
line-height: 24px
}
}
}