|  | @@ -1,6 +1,10 @@
 | 
	
		
			
			| 1 | 1 |  
 | 
	
		
			
			|  | 2 | +<a href="#" class="close_playlists_prompt">
 | 
	
		
			
			|  | 3 | +  <img src="{{ asset('/img/icon_close.png') }}" alt="close" />
 | 
	
		
			
			|  | 4 | +</a>
 | 
	
		
			
			|  | 5 | +
 | 
	
		
			
			| 2 | 6 |  <div class="create_playlist">
 | 
	
		
			
			| 3 |  | -  <h2>{{ 'playlist.create_and_add'|trans({}, 'elements') }}</h2>
 | 
	
		
			
			|  | 7 | +  <h2 class="nomargintop">{{ 'playlist.create_and_add'|trans({}, 'elements') }}</h2>
 | 
	
		
			
			| 4 | 8 |    <form action="{{ path('playlist_add_element_and_create', { 'element_id' : element_id }) }}" method="post">
 | 
	
		
			
			| 5 | 9 |      {% include 'MuzichPlaylistBundle:Show:form.html.twig' %}
 | 
	
		
			
			| 6 | 10 |    </form>
 | 
	
	
		
			
			|  | @@ -8,7 +12,7 @@
 | 
	
		
			
			| 8 | 12 |  
 | 
	
		
			
			| 9 | 13 |  <div>
 | 
	
		
			
			| 10 | 14 |    {% if playlists|length %}
 | 
	
		
			
			| 11 |  | -    <h2 class="nomargintop">{{ 'playlist.add_to'|trans({}, 'elements') }}</h2>
 | 
	
		
			
			|  | 15 | +    <h2>{{ 'playlist.add_to'|trans({}, 'elements') }}</h2>
 | 
	
		
			
			| 12 | 16 |      <ul class="playlists_for_element">
 | 
	
		
			
			| 13 | 17 |        {% for playlist in playlists %}
 | 
	
		
			
			| 14 | 18 |          <li class="playlist">
 |