first effort to move into templates but javascript is broken so dont pull

This commit is contained in:
root 2012-12-02 17:03:56 +00:00
parent f880473360
commit 3cdf66c2f7
3 changed files with 43 additions and 9 deletions

View file

@ -22,6 +22,7 @@ iframe {
.readonly .acl-write {
display: none;
}
#users {
background: #f7f7f7;
background: -webkit-linear-gradient( #F7F7F7,#EEE);
@ -891,3 +892,15 @@ input[type=checkbox] {
line-height: 24px
}
}
#passwordRequired{
display:none;
}
#permissionDenied{
display:none;
}
#wrongPassword{
display:none;
}