changed "height" of menu plugin icons to "min-height"

increased vertical size of background pictures for menu plugin icons
increased size of background picture for volume pane
This commit is contained in:
lars 2006-11-08 12:20:01 +00:00
parent 3fe6170979
commit d866794bd7
10 changed files with 8 additions and 1 deletions

View File

@ -427,8 +427,9 @@ div.plugin_menu img, div.plugin_system img, div.plugin_volume img, div.volume im
div.plugin_menu {
width: 100px;
height: 110px;
min-height: 110px;
background-position: center;
border: 1px solid #aaa;
}
div.plugin_menu_passive {
@ -447,6 +448,12 @@ div.plugin_menu img {
div.plugin_system {
float: left;
width: 64px;
/* It is necessary to define a unified height - otherwise a strange
* effect may appear, if the last element of the first line has only a
* one-lined description (and others have more than one line): the next
* element will not appear to the left of the next line, but right below
* the last element of the first line. */
height: 110px;
}
div.plugin_system img {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB