mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	add class 'help'
This commit is contained in:
		
							parent
							
								
									e7ed3f7789
								
							
						
					
					
						commit
						d8df113676
					
				|  | @ -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; | ||||
|  |  | |||
|  | @ -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)) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann