bring over some icons from PVE

we want to reuse them in PBS

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-04-19 13:00:42 +02:00 committed by Thomas Lamprecht
parent ef3f1cfcc4
commit bf147dccb8
6 changed files with 32 additions and 1 deletions

View File

@ -87,3 +87,28 @@ div.right-aligned {
font-size: 14px;
margin-top: 2px;
}
.pmx-icon {
height: 16px;
background-position: bottom;
vertical-align: bottom;
padding: 0;
}
.pmx-itype-icon-memory,
.pmx-itype-icon-processor
{
background-repeat: no-repeat;
background-position:3px center;
padding-left: 20px;
}
.pmx-itype-icon-memory
{
background-image:url(../images/icon-ram.png);
}
.pmx-itype-icon-processor
{
background-image:url(../images/icon-cpu.png);
}

View File

@ -1,6 +1,12 @@
# icon-cpu, icon-ram
# are self made (sources as .xcf)
include ../defines.mk
IMAGES=pmx-clear-trigger.png
IMAGES=pmx-clear-trigger.png \
icon-cpu.png \
icon-ram.png \
all:

BIN
src/images/icon-cpu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

BIN
src/images/icon-cpu.xcf Normal file

Binary file not shown.

BIN
src/images/icon-ram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

BIN
src/images/icon-ram.xcf Normal file

Binary file not shown.