mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge pull request #350 from MrPaulBlack/fix-engine-description-position
[fix] engine description position in simple theme
This commit is contained in:
		
						commit
						ca67f1555a
					
				@ -1937,7 +1937,7 @@ td:hover .engine-tooltip,
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#main_preferences th.name .engine-tooltip {
 | 
					#main_preferences th.name .engine-tooltip {
 | 
				
			||||||
  margin-top: 1.8rem;
 | 
					  margin-top: 1.8rem;
 | 
				
			||||||
  left: 20rem;
 | 
					  left: calc((100% - 85em) / 2 + 10em);
 | 
				
			||||||
  max-width: 40rem;
 | 
					  max-width: 40rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#main_preferences th.name .engine-tooltip .engine-description {
 | 
					#main_preferences th.name .engine-tooltip .engine-description {
 | 
				
			||||||
@ -1947,6 +1947,9 @@ td:hover .engine-tooltip,
 | 
				
			|||||||
  .preferences_back {
 | 
					  .preferences_back {
 | 
				
			||||||
    clear: both;
 | 
					    clear: both;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  .engine-tooltip {
 | 
				
			||||||
 | 
					    left: 10em !important;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
* searx, A privacy-respecting, hackable metasearch engine
 | 
					* searx, A privacy-respecting, hackable metasearch engine
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -1937,7 +1937,7 @@ td:hover .engine-tooltip,
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#main_preferences th.name .engine-tooltip {
 | 
					#main_preferences th.name .engine-tooltip {
 | 
				
			||||||
  margin-top: 1.8rem;
 | 
					  margin-top: 1.8rem;
 | 
				
			||||||
  left: 20rem;
 | 
					  left: calc((100% - 85em) / 2 + 10em);
 | 
				
			||||||
  max-width: 40rem;
 | 
					  max-width: 40rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#main_preferences th.name .engine-tooltip .engine-description {
 | 
					#main_preferences th.name .engine-tooltip .engine-description {
 | 
				
			||||||
@ -1947,6 +1947,9 @@ td:hover .engine-tooltip,
 | 
				
			|||||||
  .preferences_back {
 | 
					  .preferences_back {
 | 
				
			||||||
    clear: both;
 | 
					    clear: both;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  .engine-tooltip {
 | 
				
			||||||
 | 
					    left: 10em !important;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
* searx, A privacy-respecting, hackable metasearch engine
 | 
					* searx, A privacy-respecting, hackable metasearch engine
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								searx/static/themes/simple/css/searx.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								searx/static/themes/simple/css/searx.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -112,7 +112,7 @@
 | 
				
			|||||||
  th.name {
 | 
					  th.name {
 | 
				
			||||||
    .engine-tooltip {
 | 
					    .engine-tooltip {
 | 
				
			||||||
      margin-top: 1.8rem;
 | 
					      margin-top: 1.8rem;
 | 
				
			||||||
      left: 20rem;
 | 
					      left: calc((100% - 85em) / 2 + 10em);
 | 
				
			||||||
      max-width: 40rem;
 | 
					      max-width: 40rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      .engine-description {
 | 
					      .engine-description {
 | 
				
			||||||
@ -126,4 +126,8 @@
 | 
				
			|||||||
  .preferences_back {
 | 
					  .preferences_back {
 | 
				
			||||||
    clear: both;
 | 
					    clear: both;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .engine-tooltip {
 | 
				
			||||||
 | 
					    left: 10em !important;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user