0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2026-05-11 16:43:16 +02:00

AddShape point icons

This commit is contained in:
peteruithoven
2014-01-16 17:09:15 +01:00
parent f371481c27
commit 548ea2732a
5 changed files with 869 additions and 0 deletions
+864
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -61,6 +61,9 @@
.lblShapeResolution {
display: inline-block;
}
#iconShapeLessPoints, #iconShapeMorePoints {
margin: 0 0 7px 0;
}
#btnShapeOk {
position: absolute;
Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

+2
View File
@@ -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/>