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
img/shapeIcons.ai Normal file

File diff suppressed because one or more lines are too long

View File

@ -61,6 +61,9 @@
.lblShapeResolution { .lblShapeResolution {
display: inline-block; display: inline-block;
} }
#iconShapeLessPoints, #iconShapeMorePoints {
margin: 0 0 7px 0;
}
#btnShapeOk { #btnShapeOk {
position: absolute; position: absolute;

BIN
www/img/shapeLessPoints.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

BIN
www/img/shapeMorePoints.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

View File

@ -129,8 +129,10 @@
<div class="content"> <div class="content">
<h1>Add a new shape</h1> <h1>Add a new shape</h1>
<div class="columnRight"> <div class="columnRight">
<img id="iconShapeLessPoints" src="img/shapeLessPoints.gif" />
<img class="btn" id="btnShapeMin" src="img/buttons/btnMin.png" /> <img class="btn" id="btnShapeMin" src="img/buttons/btnMin.png" />
<img class="btn" id="btnShapePlus" src="img/buttons/btnPlus.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"> <img class="btn" id="btnShapeOk" src="img/buttons/btnOk.png">
</div> </div>
<canvas id="shapePreview" width="150" height="150"></canvas><br/> <canvas id="shapePreview" width="150" height="150"></canvas><br/>