add ceph icon

use official ceph icon for the ceph tab
from http://ceph.com/logos/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-09-01 11:19:11 +02:00 committed by Dietmar Maurer
parent a14b32233b
commit cc183d882d
3 changed files with 13 additions and 4 deletions

View File

@ -413,9 +413,14 @@ div.right-aligned {
}
.fa-ceph:before {
font-family: Arial;
font-weight: bold;
content: 'C';
width: 14px;
height: 14px;
position: absolute;
left: 1px;
top: 4px;
background-image:url(../images/logo-ceph.png);
background-size: 14px 14px;
content: ' ';
}
.x-treelist-row-over > * > .x-treelist-item-icon,

View File

@ -19,6 +19,9 @@ all:
# icon-swap, icon-display, icon-harddisk, icon-keyboard, icon-network
# come from fontawesome (respective fa-refresh, fa-desktop, fa-hdd-o, fa-keyboard-o, fa-exchange)
# ceph logos are from
# http://ceph.com/logos/
GNOME_IMAGES = \
checked.png \
unchecked.png \
@ -61,7 +64,8 @@ IMAGES = ${GNOME_IMAGES} \
icon-network.png \
icon-display.png \
icon-harddisk.png \
icon-keyboard.png
icon-keyboard.png \
logo-ceph.png
.PHONY: install
install: ${IMAGES}

BIN
www/images/logo-ceph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B