The postage size height of the TinyMCE editor in Ads was driving me nuts, so I thought I'd just change one number in a css file and be done with it. Silly me.... thinking that changing the height should be so simple. Is there a proper way to do this that I am too stupid to figure out? I added the css below to modules/boonex/ads/templates/base/css/ads.css to brute force a change in height but doing it this way just doesn't seem right, because it applies to a dynamically generated iframe. The blogs editor has its own css in blogs.css, but that doesn't seem to be the case in Ads. Somebody enlighten me.
#Message_ifr { height:300px !important; }
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
templates/base/css/forms_adv.css
.form_input_textarea { border: none; background-color: #ffffff; width: 100%; height: 157px; resize: none; }
if you will change it on ads only, add css code to the file modules/boonex/ads/templates/base/css/ads.css
.form_input_textarea { height: 357px; }
|
I don't know how I missed that.... somebody slap me. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I don't know how I missed that.... somebody slap me.
If I do, will you retaliate?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
LOL.. I wouldn't offer that HL. You just might be surprised at how long the line would end up being :) Nothing to see here |
Actually. I missed it because it doesn't work. I forgot I tried that about 4 hours ago. Back to my original hack. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Just Press Ctrl+W to see something amazing... http://towtalk.net ... Hosted by Zarconia.net! |
Just Press Ctrl+W to see something amazing...
It just isn't your day.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |