Browse Source

Anomalie #825: CSS chromium: playlist

Bastien Sevajol 11 years ago
parent
commit
70e5a3ed78

+ 5 - 0
src/Muzich/CoreBundle/Resources/public/css/main.css View File

2254
   border-top: none;
2254
   border-top: none;
2255
 }
2255
 }
2256
 
2256
 
2257
+ul.playlist_elements li.playlist_element div.actions.fixwidth
2258
+{
2259
+  width: 65px;
2260
+}
2261
+
2257
 a.button img
2262
 a.button img
2258
 {
2263
 {
2259
   float: left;
2264
   float: left;

+ 1 - 1
src/Muzich/PlaylistBundle/Resources/views/Show/show.html.twig View File

103
                 <input type="hidden" name="elements[]"  value="{{ element.id }}" />
103
                 <input type="hidden" name="elements[]"  value="{{ element.id }}" />
104
 
104
 
105
 
105
 
106
-                <div class="actions">
106
+                <div class="actions{% if app.user%}{% if playlist.owned(app.user) %} fixwidth{% endif %}{% endif %}">
107
 
107
 
108
                   {% if app.user%}
108
                   {% if app.user%}
109
                     {% if playlist.owned(app.user) %}
109
                     {% if playlist.owned(app.user) %}