assets/vendor/tinymce/plugins/style/props.htm in tinymce-rails-3.4.3.2 vs assets/vendor/tinymce/plugins/style/props.htm in tinymce-rails-3.4.4
- old
+ new
@@ -314,10 +314,12 @@
</td>
<td> <label for="box_clear">{#style_dlg.box_clear}</label></td>
<td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
</tr>
</table>
+ </fieldset>
+
<div style="float: left; width: 49%">
<fieldset>
<legend>{#style_dlg.padding}</legend>
<table role="presentation" border="0">
@@ -670,10 +672,11 @@
</td>
<td> <label for="positioning_overflow">{#style_dlg.overflow}</label></td>
<td><select id="positioning_overflow" name="positioning_overflow" class="mceEditableSelect"></select></td>
</tr>
</table>
+</fieldset>
<div style="float: left; width: 49%">
<fieldset>
<legend>{#style_dlg.placement}</legend>
@@ -818,10 +821,9 @@
</table>
</fieldset>
</div>
<br style="clear: both" />
</div>
-</fieldset>
</div>
<div class="mceActionPanel">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" />