equal
deleted
inserted
replaced
885 div.userpage_block { |
885 div.userpage_block { |
886 clear: both; |
886 clear: both; |
887 padding: 10px; |
887 padding: 10px; |
888 } |
888 } |
889 |
889 |
|
890 /* |
|
891 * ACL tracing tools |
|
892 */ |
|
893 |
|
894 div.acl_inherit { |
|
895 padding: 5px; |
|
896 margin-bottom: 1px; |
|
897 } |
|
898 |
|
899 td.acl_inherit_key { |
|
900 width: 15px; |
|
901 } |
|
902 |
|
903 .acl_enano_default { background-color: #FFFFC6; } |
|
904 .acl_global_everyone { background-color: #D6D6FF; } |
|
905 .acl_global_group { background-color: #C6C6FF; } |
|
906 .acl_global_user { background-color: #B6B6FF; } |
|
907 .acl_pg_everyone { background-color: #D6FFD6; } |
|
908 .acl_pg_group { background-color: #C6FFC6; } |
|
909 .acl_pg_user { background-color: #B6FFB6; } |
|
910 .acl_local_everyone { background-color: #FFD6D6; } |
|
911 .acl_local_group { background-color: #FFC6C6; } |
|
912 .acl_local_user { background-color: #FFB6B6; } |