mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 08:57:57 +01:00
AddShape point icons
This commit is contained in:
parent
f371481c27
commit
548ea2732a
864
img/shapeIcons.ai
Normal file
864
img/shapeIcons.ai
Normal file
File diff suppressed because one or more lines are too long
@ -61,6 +61,9 @@
|
||||
.lblShapeResolution {
|
||||
display: inline-block;
|
||||
}
|
||||
#iconShapeLessPoints, #iconShapeMorePoints {
|
||||
margin: 0 0 7px 0;
|
||||
}
|
||||
|
||||
#btnShapeOk {
|
||||
position: absolute;
|
||||
|
BIN
www/img/shapeLessPoints.gif
Normal file
BIN
www/img/shapeLessPoints.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 B |
BIN
www/img/shapeMorePoints.gif
Normal file
BIN
www/img/shapeMorePoints.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 B |
@ -129,8 +129,10 @@
|
||||
<div class="content">
|
||||
<h1>Add a new shape</h1>
|
||||
<div class="columnRight">
|
||||
<img id="iconShapeLessPoints" src="img/shapeLessPoints.gif" />
|
||||
<img class="btn" id="btnShapeMin" src="img/buttons/btnMin.png" />
|
||||
<img class="btn" id="btnShapePlus" src="img/buttons/btnPlus.png" />
|
||||
<img id="iconShapeMorePoints" class="icon" src="img/shapeMorePoints.gif" />
|
||||
<img class="btn" id="btnShapeOk" src="img/buttons/btnOk.png">
|
||||
</div>
|
||||
<canvas id="shapePreview" width="150" height="150"></canvas><br/>
|
||||
|
Loading…
Reference in New Issue
Block a user