#se-input elem_class input modified to se-input
This commit is contained in:
@@ -147,17 +147,8 @@
|
||||
<se-button id="tool_reorient" title="Reorient path" src="./images/reorient.svg"></se-button>
|
||||
<se-button id="tool_make_link" title="Make (hyper)link" src="./images/globe_link.png"></se-button>
|
||||
<div class="tool_sep"></div>
|
||||
<!-- <label id="idLabel" title="Identify the element">
|
||||
<span>id:</span>
|
||||
<input id="elem_id" class="attr_changer" data-attr="id" size="10" type="text" />
|
||||
</label> -->
|
||||
|
||||
<se-input id="elem_id" data-attr="id" inputsize="70%" type="text" label="id:"></se-input>
|
||||
|
||||
<label id="classLabel" title="Element class">
|
||||
<span>class:</span>
|
||||
<input id="elem_class" class="attr_changer" data-attr="class" size="10" type="text" />
|
||||
</label>
|
||||
<se-input id="elem_class" data-attr="class" inputsize="70%" type="text" label="class:"></se-input>
|
||||
</div>
|
||||
<label id="tool_angle" title="Change rotation angle" class="toolset">
|
||||
<span id="angleLabel" class="icon_label"></span>
|
||||
|
||||
Reference in New Issue
Block a user