mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
add class 'help'
This commit is contained in:
parent
22b7b3ce96
commit
ae40f72b80
|
@ -111,6 +111,18 @@ div.statusbar a.btn {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.help h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.help h2 {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.help h3 {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
|
@ -41,7 +41,7 @@ class SeedDMS_View_Help extends SeedDMS_Bootstrap_Style {
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
$this->pageNavigation(getMLText("help").": ".getMLText('help_'.strtolower($context), array(), $context), "");
|
$this->pageNavigation(getMLText("help").": ".getMLText('help_'.strtolower($context), array(), $context), "");
|
||||||
|
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart('help');
|
||||||
|
|
||||||
$helpfile = "../languages/".$this->params['session']->getLanguage()."/help/".$context.".html";
|
$helpfile = "../languages/".$this->params['session']->getLanguage()."/help/".$context.".html";
|
||||||
if(file_exists($helpfile))
|
if(file_exists($helpfile))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user