Fix for Bug 3062, "place hold on lists different font"
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
30dae108e6
commit
3c3e20526e
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue