Fix for Bug 3062, "place hold on lists different font"

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Owen Leonard 2009-03-27 15:31:52 -05:00 committed by Galen Charlton
parent 30dae108e6
commit 3c3e20526e

View file

@ -456,6 +456,13 @@ a.send {
text-decoration : none;
padding-left : 21px;
}
a.hold {
background-image: url(../../images/placereserve.gif);
background-position : 9px center;
background-repeat : no-repeat;
text-decoration : none;
padding-left : 34px;
}
#toolbar a.empty {
background-image: url(../../images/trash.gif);