add class 'help'

This commit is contained in:
Uwe Steinmann 2015-06-15 09:24:25 +02:00
parent 22b7b3ce96
commit ae40f72b80
2 changed files with 13 additions and 1 deletions

View File

@ -111,6 +111,18 @@ div.statusbar a.btn {
height: 20px;
}
div.help h1 {
font-size: 24px;
}
div.help h2 {
font-size: 18px;
}
div.help h3 {
font-size: 16px;
}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;

View File

@ -41,7 +41,7 @@ class SeedDMS_View_Help extends SeedDMS_Bootstrap_Style {
$this->contentStart();
$this->pageNavigation(getMLText("help").": ".getMLText('help_'.strtolower($context), array(), $context), "");
$this->contentContainerStart();
$this->contentContainerStart('help');
$helpfile = "../languages/".$this->params['session']->getLanguage()."/help/".$context.".html";
if(file_exists($helpfile))