fix wrong clearfix on Firefox
parent
2684aaa032
commit
ce899e72d6
|
@ -165,7 +165,7 @@ $(function(){
|
||||||
|
|
||||||
<div id="tools_top" class="tools_panel">
|
<div id="tools_top" class="tools_panel">
|
||||||
|
|
||||||
<div id="canvas_panel" class="context_panel clearfix">
|
<div id="canvas_panel" class="context_panel">
|
||||||
|
|
||||||
<h4 class="clearfix">Canvas</h4>
|
<h4 class="clearfix">Canvas</h4>
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ $(function(){
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="text_panel" class="context_panel clearfix">
|
<div id="text_panel" class="context_panel">
|
||||||
<h4>Text</h4>
|
<h4>Text</h4>
|
||||||
<label>
|
<label>
|
||||||
<input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" />
|
<input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" />
|
||||||
|
@ -418,7 +418,7 @@ $(function(){
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Buttons when a single element is selected -->
|
<!-- Buttons when a single element is selected -->
|
||||||
<div id="selected_panel" class="context_panel clearfix">
|
<div id="selected_panel" class="context_panel">
|
||||||
|
|
||||||
<label id="tool_angle" data-title="Change rotation angle" class="draginput">
|
<label id="tool_angle" data-title="Change rotation angle" class="draginput">
|
||||||
<input id="angle" class="attr_changer" size="2" value="0" data-min="-180" data-max="180" type="text"/>
|
<input id="angle" class="attr_changer" size="2" value="0" data-min="-180" data-max="180" type="text"/>
|
||||||
|
|
|
@ -165,7 +165,7 @@ $(function(){
|
||||||
|
|
||||||
<div id="tools_top" class="tools_panel">
|
<div id="tools_top" class="tools_panel">
|
||||||
|
|
||||||
<div id="canvas_panel" class="context_panel clearfix">
|
<div id="canvas_panel" class="context_panel">
|
||||||
|
|
||||||
<h4 class="clearfix">Canvas</h4>
|
<h4 class="clearfix">Canvas</h4>
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ $(function(){
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="text_panel" class="context_panel clearfix">
|
<div id="text_panel" class="context_panel">
|
||||||
<h4>Text</h4>
|
<h4>Text</h4>
|
||||||
<label>
|
<label>
|
||||||
<input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" />
|
<input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" />
|
||||||
|
@ -418,7 +418,7 @@ $(function(){
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Buttons when a single element is selected -->
|
<!-- Buttons when a single element is selected -->
|
||||||
<div id="selected_panel" class="context_panel clearfix">
|
<div id="selected_panel" class="context_panel">
|
||||||
|
|
||||||
<label id="tool_angle" data-title="Change rotation angle" class="draginput">
|
<label id="tool_angle" data-title="Change rotation angle" class="draginput">
|
||||||
<input id="angle" class="attr_changer" size="2" value="0" data-min="-180" data-max="180" type="text"/>
|
<input id="angle" class="attr_changer" size="2" value="0" data-min="-180" data-max="180" type="text"/>
|
||||||
|
|
Loading…
Reference in New Issue