Use class=hidden instead of inline style display:none.
This commit is contained in:
		
							parent
							
								
									a79e14e120
								
							
						
					
					
						commit
						a048a48159
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -180,7 +180,7 @@ | ||||||
| <div id="content_body"> | <div id="content_body"> | ||||||
|     <div id="left"> |     <div id="left"> | ||||||
|         {% for tagtype in ["musts", "mays", "forbids"] %} |         {% for tagtype in ["musts", "mays", "forbids"] %} | ||||||
|         <div id="search_builder_{{tagtype}}" {% if search_kwargs["tag_expression"]%}style="display:none"{%endif%}> |         <div id="search_builder_{{tagtype}}" {% if search_kwargs["tag_expression"]%}class="hidden"{%endif%}> | ||||||
|             <span>Tag {{tagtype}}:</span> |             <span>Tag {{tagtype}}:</span> | ||||||
|             <ul class="search_builder_tagger"> |             <ul class="search_builder_tagger"> | ||||||
|                 {% set key="tag_" + tagtype %} |                 {% set key="tag_" + tagtype %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue