Added some additional inline CSS to include/funtions_plugins_admin.inc.php to make sure images selected from the media db in theme option don't get tiled.
This commit is contained in:
parent
9f1c097996
commit
31e4e12661
@ -657,7 +657,7 @@ EOS;
|
||||
</td> </tr>
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #000000">
|
||||
<div id="{$config_item}_preview" style="background-image: url($value); width:$preview_width; height: $preview_height;"> </div>
|
||||
<div id="{$config_item}_preview" style="background-image: url($value); width:$preview_width; height: $preview_height; background-repeat: no-repeat;"> </div>
|
||||
</td>
|
||||
<td style="border-bottom: 1px solid #000000">
|
||||
<input class="input_textbox" type="text" id="serendipity[$postKey][$config_item]" name="serendipity[$postKey][$config_item]" value="$value" onchange="change_preview('$config_item')"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user