Added icons for surface charts.

This commit is contained in:
Julia Radzhabova 2017-07-14 12:08:16 +03:00
parent c12e9d1cd9
commit a180b1e017
9 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -229,19 +229,19 @@
}
.surface-normal{
background-position: -100px -200px;
background-position: 0px -300px;
}
.surface-wireframe{
background-position: -100px -200px;
background-position: -50px -300px;
}
.contour-normal{
background-position: -100px -200px;
background-position: -100px -300px;
}
.contour-wireframe{
background-position: -100px -200px;
background-position: -150px -300px;
}
@toolbar-icon-size: 20px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -223,19 +223,19 @@
}
.surface-normal{
background-position: -100px -200px;
background-position: 0px -300px;
}
.surface-wireframe{
background-position: -100px -200px;
background-position: -50px -300px;
}
.contour-normal{
background-position: -100px -200px;
background-position: -100px -300px;
}
.contour-wireframe{
background-position: -100px -200px;
background-position: -150px -300px;
}
@toolbar-icon-size: 20px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -314,19 +314,19 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
}
.surface-normal{
background-position: -100px -200px;
background-position: 0px -300px;
}
.surface-wireframe{
background-position: -100px -200px;
background-position: -50px -300px;
}
.contour-normal{
background-position: -100px -200px;
background-position: -100px -300px;
}
.contour-wireframe{
background-position: -100px -200px;
background-position: -150px -300px;
}
#table-combo-template .combo-dataview{