forked from zaclys/searxng
		
	Merge pull request #835 from kvch/green-result-url
more compact results in Logicodev style
This commit is contained in:
		
						commit
						5fa36eb739
					
				
					 3 changed files with 9 additions and 7 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
.result_header {
 | 
					.result_header {
 | 
				
			||||||
    margin-top: 6px;
 | 
					    margin-top: 0px;
 | 
				
			||||||
    margin-bottom: 4px;
 | 
					    margin-bottom: 2px;
 | 
				
			||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .favicon {
 | 
					    .favicon {
 | 
				
			||||||
| 
						 | 
					@ -41,8 +41,10 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.external-link, .external-link a{
 | 
					.external-link {
 | 
				
			||||||
    color: @green;
 | 
					    color: @green;
 | 
				
			||||||
 | 
					    font-size: 11px;
 | 
				
			||||||
 | 
					    font-weight:bold;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    a {
 | 
					    a {
 | 
				
			||||||
        margin-right: 3px;
 | 
					        margin-right: 3px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -37,7 +37,7 @@
 | 
				
			||||||
    <small>{{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }}</small>
 | 
					    <small>{{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }}</small>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
    <div class="text-muted"><small>{{ result.pretty_url }}</small></div>
 | 
					<div class="external-link">{{ result.pretty_url }}</div>
 | 
				
			||||||
{%- endmacro %}
 | 
					{%- endmacro %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- Draw result footer -->
 | 
					<!-- Draw result footer -->
 | 
				
			||||||
| 
						 | 
					@ -50,7 +50,7 @@
 | 
				
			||||||
    {% if proxify %}
 | 
					    {% if proxify %}
 | 
				
			||||||
    <small>{{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }}</small>
 | 
					    <small>{{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }}</small>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
    <div class="text-muted"><small>{{ result.pretty_url }}</small></div>
 | 
					    <div class="external-link">{{ result.pretty_url }}</div>
 | 
				
			||||||
{%- endmacro %}
 | 
					{%- endmacro %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% macro preferences_item_header(info, label, rtl) -%}
 | 
					{% macro preferences_item_header(info, label, rtl) -%}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue