Changeset 3730:5c45a5df9a59 for plugins/antispam/style.css
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/style.css
r1516 r3730 1 1 ul.spaminfo { 2 3 4 5 2 display: block; 3 list-style: none; 4 margin: 1em 0; 5 padding: 0; 6 6 } 7 7 ul.spaminfo li { 8 9 10 11 12 8 margin: 0.5em 0; 9 padding-left: 16px; 10 background-color: transparent; 11 background-position: center left; 12 background-repeat: no-repeat; 13 13 } 14 14 ul.spaminfo .spamcount { 15 15 background-image: url(images/junk.png); 16 16 } 17 17 ul.spaminfo .hamcount { 18 18 background-image: url(images/check-on.png); 19 19 } 20 20 ul.spaminfo .feed { 21 21 background-image: url(index.php?pf=antispam/feed.png); 22 22 } 23 23 /* ---------------------------------------------------------- listing of IPs / bad words */ 24 24 25 .antispam { 25 26 27 26 height: 200px; 27 overflow: auto; 28 margin-bottom: 1em; 28 29 } 29 30 .antispam p { 30 31 31 margin: 1px 0 0 0; 32 padding: 0.2em 0.5em; 32 33 } 33 34 .antispam p.global { 34 35 background: #fec; 35 36 }
Note: See TracChangeset
for help on using the changeset viewer.