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 { .fa-ceph:before {
font-family: Arial; width: 14px;
font-weight: bold; height: 14px;
content: 'C'; 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, .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 # 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) # 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 = \ GNOME_IMAGES = \
checked.png \ checked.png \
unchecked.png \ unchecked.png \
@ -61,7 +64,8 @@ IMAGES = ${GNOME_IMAGES} \
icon-network.png \ icon-network.png \
icon-display.png \ icon-display.png \
icon-harddisk.png \ icon-harddisk.png \
icon-keyboard.png icon-keyboard.png \
logo-ceph.png
.PHONY: install .PHONY: install
install: ${IMAGES} install: ${IMAGES}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B