2009-11-26 13:03:01 +00:00
|
|
|
.entity_flag input.submit,
|
|
|
|
.entity_flag p {
|
|
|
|
background:url(icon_flag.gif) 5px 5px no-repeat;
|
|
|
|
}
|
2009-11-26 13:07:59 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|