Dotclear

source: plugins/antispam/style.css @ 3730:5c45a5df9a59

Revision 3730:5c45a5df9a59, 734 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Code formatting (PSR-2)

Line 
1ul.spaminfo {
2  display: block;
3  list-style: none;
4  margin: 1em 0;
5  padding: 0;
6}
7ul.spaminfo li {
8  margin: 0.5em 0;
9  padding-left: 16px;
10  background-color: transparent;
11  background-position: center left;
12  background-repeat: no-repeat;
13}
14ul.spaminfo .spamcount {
15  background-image: url(images/junk.png);
16}
17ul.spaminfo .hamcount {
18  background-image: url(images/check-on.png);
19}
20ul.spaminfo .feed {
21  background-image: url(index.php?pf=antispam/feed.png);
22}
23/* ---------------------------------------------------------- listing of IPs / bad words */
24
25.antispam {
26  height: 200px;
27  overflow: auto;
28  margin-bottom: 1em;
29}
30.antispam p {
31  margin: 1px 0 0 0;
32  padding: 0.2em 0.5em;
33}
34.antispam p.global {
35  background: #fec;
36}
Note: See TracBrowser for help on using the repository browser.

Sites map