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
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

NancyDru - December 11, 2007 - 05:10
Assigned to:Anonymous» NancyDru
Status:active» fixed

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

gaijinu - December 11, 2007 - 12:17

Thanks!

Btw:

border: 5px ridge gold;

:-)

#3

NancyDru - December 11, 2007 - 12:57

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

Anonymous - December 25, 2007 - 13:01
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.