spam_tokens.css missing
gaijinu - December 9, 2007 - 16:38
| Project: | Spam_Tokens |
| Version: | 5.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
Hi, just checked the logs and it shows a missing spam_tokens.css, it is included on line 35 of the spam_tokens.module.
These are the divs used:
div class="spam_tokens_import"
div class="spam_tokens_intro"
div class="spam_tokens_box"
Could you please let us know the properties for the 3 divs used?
Thank you!

#1
I just committed this. I guess I just forgot to add it.
/* $Id: spam_tokens.css,v 1.1 2007/12/11 05:09:15 nancyw Exp $ */
.form-spam_tokens_op {
/* font-size: small; */
margin-left: 2.0em;
margin-top: 0.5em;
padding: 1px;
}
.spam_tokens_box {
border: 5px ridge gold;
width: 10em;
background-color: #ffffff;
margin-left: 2.0em;
margin-top: 0.5em;
padding: 25px;
}
.spam_tokens_intro {
width: 100%;
margin-top: 0.5em;
}
.spam_tokens_import .resizable-textarea textarea#edit-token-list {
width: 20.0em;
}
#2
Thanks!
Btw:
border: 5px ridge gold;:-)
#3
Sorry, that color works on my sites, but I forgot to change it back to something more generic.
Actually, it's better to put overrides into your theme settings so they are more flexible.
#4
Automatically closed -- issue fixed for two weeks with no activity.