38 lines
751 B
CSS
38 lines
751 B
CSS
ul.spaminfo {
|
|
display: block;
|
|
list-style: none;
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
}
|
|
ul.spaminfo li {
|
|
margin: 0.5em 0;
|
|
padding-left: 16px;
|
|
background-color: transparent;
|
|
background-position: center left;
|
|
background-repeat: no-repeat;
|
|
}
|
|
ul.spaminfo .spamcount {
|
|
background-image: url(images/junk.png);
|
|
}
|
|
ul.spaminfo .hamcount {
|
|
background-image: url(images/check-on.png);
|
|
}
|
|
ul.spaminfo .feed {
|
|
background-image: url(index.php?pf=antispam/feed.png);
|
|
}
|
|
/* ---------------------------------------------------------- listing of IPs / bad words */
|
|
|
|
.antispam {
|
|
height: 200px;
|
|
overflow: auto;
|
|
margin-bottom: 1em;
|
|
}
|
|
.antispam p {
|
|
margin: 1px 0 0 0;
|
|
padding: 0.2em 0.5em;
|
|
}
|
|
.antispam .global {
|
|
color: #3c3c3c;
|
|
background: #fec;
|
|
}
|