fix EMS in IE with reset style

This commit is contained in:
Graham Knop 2007-11-05 22:32:37 +00:00
parent a7c0ff0dec
commit e5b7741f75
2 changed files with 5 additions and 4 deletions

View file

@ -4587,9 +4587,9 @@ function resetToInitial() {
$self->session->style->setRawHeadTags(q|
<style type="text/css">
#emsTickets { font-size: 11px; }
.masterEvent { background-color: black; color: white; }
.evenEvent { background-color: white; color: black; }
.oddEvent { background-color: #dddddd; color: black; }
.masterEvent, .masterEvent td { background-color: black; color: white; }
.evenEvent, .evenEvent td { background-color: white; color: black; }
.oddEvent, .oddEvent td { background-color: #dddddd; color: black; }
</style>
|);
return $self->processStyle("<h1>Edit Badge</h1>".$f->print.$tickets);