replaced some more transparent png images with gif

This commit is contained in:
lars 2006-11-09 19:34:44 +00:00
parent 77bead9983
commit ae3164b229
8 changed files with 6 additions and 6 deletions

View file

@ -128,15 +128,15 @@ def:show_volume_icon(volume) ?><?cs
# show the appropriate icon for the current state of the volume ?>
<?cs if:volume.active ?><?cs
if:volume.encryption ?><?cs
set:filename='volume_active_crypto.png' ?><?cs
set:filename='volume_active_crypto.gif' ?><?cs
else ?><?cs
set:filename='volume_active_plain.png' ?><?cs
set:filename='volume_active_plain.gif' ?><?cs
/if ?><?cs
else ?><?cs
if:volume.encryption ?><?cs
set:filename='volume_passive_crypto.png' ?><?cs
set:filename='volume_passive_crypto.gif' ?><?cs
else ?><?cs
set:filename='volume_passive_plain.png' ?><?cs
set:filename='volume_passive_plain.gif' ?><?cs
/if ?><?cs
/if ?>
<img src="<?cs call:link('cryptobox-misc/' + filename,'','','','') ?>" alt="icon: volume" /><?cs

View file

@ -533,11 +533,11 @@ table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_pa
}
table#volume_area td.volume_plugin_active {
background-image: url(register_active2.png);
background-image: url(register_active2.gif);
}
table#volume_area td.volume_plugin_passive {
background-image: url(register_passive2.png);
background-image: url(register_passive2.gif);
}
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB