Minor style changes.

This commit is contained in:
Emanuel Schuetze 2011-09-04 19:22:08 +02:00
parent d3adc382b8
commit e85f5b4f1e
2 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function hideClosedSlides(hide) {
hideLine($(this)); hideLine($(this));
}); });
hidden = $('#menu-overview tr:hidden').size(); hidden = $('#menu-overview tr:hidden').size();
$('#hiddencount').text(' ' + hidden + ' davon verborgen.'); $('#hiddencount').text(', davon ' + hidden + ' verborgen.');
} else { } else {
$('#menu-overview tr').show(); $('#menu-overview tr').show();
$('#hidelink').attr('title','hide'); $('#hidelink').attr('title','hide');

View File

@ -253,6 +253,10 @@ tr.total td {
border-top: 1px solid #333333; border-top: 1px solid #333333;
background-color: #e3e3e3; background-color: #e3e3e3;
} }
tr.topline td {
border-bottom: 1px solid #333333;
background-color: #e3e3e3;
}
/* Links and Images */ /* Links and Images */