forked from kiwix/kiwix-tools
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							389 B
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							389 B
						
					
					
				| #kiwixtoolbar {
 | |
|     position: fixed;
 | |
|     padding: 4px 15px 5px 15px;
 | |
|     margin-left: -10px;
 | |
|     margin-right: -10px;
 | |
|     left:0;
 | |
|     right:0;
 | |
|     top: 10px;
 | |
|     z-index:100;
 | |
| }
 | |
| 
 | |
| #kiwixhome {
 | |
|     margin: 0px;
 | |
|     float: left;
 | |
| }
 | |
| 
 | |
| #kiwixlibrary {
 | |
|     margin: 0px;
 | |
|     float: left;
 | |
| }
 | |
| 
 | |
| #kiwixsearchbox {
 | |
|     margin: 0px;
 | |
|     float: right;
 | |
| }
 | |
| 
 | |
| #kiwixsearch {
 | |
|     margin: 0px;
 | |
|     float: right;
 | |
| }
 |