Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dimensions: 150 x 150 pixels

The area of the UI reserved for the logo is 48 x 48 pixels.

abiquo

The abiquo.png file displays on the login dialog

...

Dimensions of icon sheet: 216 x 2300A

If you do not wish to use an icon sheet, you can add individual images, although this method is less efficient.

Dimensions of icons: 24 x 24

This is a small version of the icon sheet is displayed here against a gray background. 

Panel
bgColor#cccccc
borderWidth0

 

You can create CSS to reference the icons on an icon sheet.

For example, the CSS to reference the virtual datacenters icon at coordinates (0,-144) is:

Code Block
.main-menu-section-link-icon-data {
	background: url(../img/menu-sprite.png) no-repeat 0 -144px;
}

You can also add your own individual icon images, although this method is less efficient.

...