work on bottom bar
parent
c28461b974
commit
c6fab724fc
|
@ -363,7 +363,7 @@
|
||||||
<div id="stroke_color" class="color_block" title="Change stroke color" src="./images/fill.svg"></div>
|
<div id="stroke_color" class="color_block" title="Change stroke color" src="./images/fill.svg"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<se-spin-input id="stroke_width" min=0 max=99 step=1 title="Change stroke width by 1"></se-spin-input>
|
<se-spin-input id="stroke_width" min=0 max=99 step=1 title="Change stroke width by 1" label=""></se-spin-input>
|
||||||
<label class="stroke_tool">
|
<label class="stroke_tool">
|
||||||
<select id="stroke_style" title="Change stroke dash style">
|
<select id="stroke_style" title="Change stroke dash style">
|
||||||
<option selected="selected" value="none">—</option>
|
<option selected="selected" value="none">—</option>
|
||||||
|
|
|
@ -704,7 +704,7 @@ input[type=text] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tools_bottom {
|
#tools_bottom {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 40px;
|
left: 40px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
Loading…
Reference in New Issue