Frdige: hide magnet bag when empty.

This commit is contained in:
bjorn
2008-11-11 12:44:59 +00:00
parent ec301fea5e
commit edbe6c9edc

View File

@@ -34,6 +34,10 @@ body {
border: 3px solid #dddddd;
}
.my-FridgeBagPanel-empty {
visibility: hidden;
}
.my-PrefixPanel {
margin-bottom: 1em;
}