Updated moderation (sandbox, silence, delete) icons for UserFlag

This commit is contained in:
Sarven Capadisli 2009-11-26 13:07:59 +00:00
parent 385573f174
commit e9d27dc96e
4 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 B

View File

@ -2,3 +2,16 @@
.entity_flag p {
background:url(icon_flag.gif) 5px 5px no-repeat;
}
.entity_sandbox input.submit,
.entity_sandbox p {
background:url(icon_sandbox.gif) 5px 5px no-repeat;
}
.entity_silence input.submit,
.entity_silence p {
background:url(icon_silence.gif) 5px 5px no-repeat;
}
.entity_delete input.submit,
.entity_delete p {
background:url(icon_skull.gif) 5px 5px no-repeat;
}