Changeset 1511:b8a3b61d4b84
- Timestamp:
- 08/19/13 08:00:51 (10 years ago)
- Branch:
- ticket1515
- Children:
- 1512:ef727a109ce6, 1513:0e5521ea39d3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1510 r1511 819 819 option.avail10n { 820 820 background: transparent url(../images/check-on.png) no-repeat 0 50%; 821 }822 /* ---------------------------------------------------------- Antispam extensions */823 .antispam {824 height: 200px;825 overflow: auto;826 margin-bottom: 1em;827 }828 .antispam p {829 margin: 1px 0 0 0;830 padding: 0.2em 0.5em;831 }832 .antispam p.global {833 background: #ccff99;834 821 } 835 822 /* ------------------------------------------------------------------ contextual help */ -
plugins/antispam/style.css
r1330 r1511 21 21 background-image: url(index.php?pf=antispam/feed.png); 22 22 } 23 /* ---------------------------------------------------------- listing of IPs / bad words */ 24 .antispam { 25 height: 200px; 26 overflow: auto; 27 margin-bottom: 1em; 28 } 29 .antispam p { 30 margin: 1px 0 0 0; 31 padding: 0.2em 0.5em; 32 } 33 .antispam p.global { 34 background: #ccff99; 35 }
Note: See TracChangeset
for help on using the changeset viewer.