Please remove forced style width/height in openlibrary element

webel - September 14, 2009 - 03:19
Project:Book Post
Version:6.x-1.2-beta1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

The following line blocks theming:

$html_bookdata = '' . $html_coverimage . $html_text . '';

Could you please remove the forced element styles to permit CSS on id openlibrary.

BTW thanks for this very useful module.

#1

webel - September 14, 2009 - 03:21

Oops: code chopped: should have previewed: should read:

$html_bookdata = '<div id="openlibrary" style="width:500px;height:275px;">' . $html_coverimage . $html_text . '</div>';

#2

rubinsztajn - September 16, 2009 - 16:55

This will definitely be fixed in the next release. I'm hoping I can get something out in the next few weeks.

 
 

Drupal is a registered trademark of Dries Buytaert.