67 lines
		
	
	
		
			1009 B
		
	
	
	
		
			CSS
		
	
	
	
		
		
			
		
	
	
			67 lines
		
	
	
		
			1009 B
		
	
	
	
		
			CSS
		
	
	
	
|  | body.f-body { | |||
|  |     padding: 15px; | |||
|  | } | |||
|  | 
 | |||
|  | .marginr { | |||
|  |     margin-right: 5px; | |||
|  | } | |||
|  | 
 | |||
|  | .clear { | |||
|  |     clear: both; | |||
|  | } | |||
|  | 
 | |||
|  | ul.result, ol.result { | |||
|  |     margin: 10px 0; | |||
|  |     padding: 0; | |||
|  |     border-top: solid 1px #ddd; | |||
|  | } | |||
|  | 
 | |||
|  |     ul.result li, ol.result li { | |||
|  |         list-style-type: none; | |||
|  |         margin: 0; | |||
|  |         padding: 5px; | |||
|  |         border-bottom: solid 1px #ddd; | |||
|  |     } | |||
|  | 
 | |||
|  | 
 | |||
|  | table.result { | |||
|  |     margin: 10px 0; | |||
|  |     width: 500px; | |||
|  |     border-collapse: collapse; | |||
|  | } | |||
|  | 
 | |||
|  |     table.result th { | |||
|  |         font-weight: bold; | |||
|  |     } | |||
|  | 
 | |||
|  |     table.result td, table.result th { | |||
|  |         border-bottom: solid 1px #ddd; | |||
|  |         padding: 5px; | |||
|  |         text-align: left; | |||
|  |     } | |||
|  | 
 | |||
|  | 
 | |||
|  | .highlight { | |||
|  |     font-weight: bold; | |||
|  |     color: red; | |||
|  | } | |||
|  | 
 | |||
|  | 
 | |||
|  | /* Special - Common css */ | |||
|  | .blockpanel { | |||
|  |     border-radius: 3px; | |||
|  |     box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);  | |||
|  | } | |||
|  | 
 | |||
|  | .f-body-bgcolor .blockpanel { | |||
|  |     border-width: 0 !important;        | |||
|  | } | |||
|  | 
 | |||
|  | .bg { | |||
|  |     background: url(../Images/sedin/b-1.jpg) | |||
|  | } | |||
|  | 
 | |||
|  | .f-grid-row .f-grid-cell-inner { | |||
|  |     white-space: normal; | |||
|  |     word-break: break-all; | |||
|  | } |