appy.gen: bugfixes in the List field.
This commit is contained in:
		
							parent
							
								
									6d0549e6ce
								
							
						
					
					
						commit
						7d605d1fbb
					
				
					 8 changed files with 107 additions and 47 deletions
				
			
		|  | @ -12,18 +12,18 @@ acronym {cursor: help;} | |||
| input[type=image] { border: 0; background: none; } | ||||
| input[type=checkbox] { border: 0; background: none; cursor: pointer;} | ||||
| input[type=radio] { border: 0; background: none; cursor: pointer;} | ||||
| input[type=file] { border: 0px solid #cccccc; | ||||
| input[type=file] { border: 0px solid #D7DEE4; | ||||
|                    background-color: #f8f8f8; cursor: pointer;} | ||||
| input[type=button] { border: 1px solid #cccccc; | ||||
| input[type=button] { border: 1px solid #D7DEE4; | ||||
|                      background-color: #f8f8f8; cursor: pointer;} | ||||
| input[type=submit] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
| input[type=submit] { border: 1px solid #D7DEE4; background-color: #f8f8f8; | ||||
|                      cursor: pointer; } | ||||
| input[type=password] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
| input[type=password] { border: 1px solid #D7DEE4; background-color: #f8f8f8; | ||||
|                        font-family: Helvetica,Arial,sans-serif;} | ||||
| input[type=text] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
| input[type=text] { border: 1px solid #D7DEE4; background-color: #f8f8f8; | ||||
|                    font-family: Helvetica,Arial,sans-serif; | ||||
|                    margin-bottom: 1px} | ||||
| select { border: 1px solid #cccccc; background-color: #f8f8f8;} | ||||
| select { border: 1px solid #D7DEE4; background-color: #f8f8f8;} | ||||
| 
 | ||||
| textarea { width: 99%; font: 100% Helvetica,Arial,sans-serif; | ||||
|            border: 1px solid #a79e9e; background-color: #f8f8f8;} | ||||
|  | @ -82,7 +82,7 @@ img {border: 0} | |||
| .section2 { font-size: 110%; font-style: italic; margin: 0.45em 0em 0.2em 0; | ||||
|             border-bottom: 2px solid grey; } | ||||
| .section3 { font-size: 100%; font-style: italic; margin: 0.45em 0em 0.1em 0; | ||||
|             background-color: #efeae8; text-align: center; color: grey; } | ||||
|             background-color: #F4F5F6; text-align: center; color: grey; } | ||||
| .odd { background-color: white; } | ||||
| .even { background-color: #F4F5F6; } | ||||
| .summary {margin-bottom: 5px;} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gaetan Delannay
						Gaetan Delannay