Browse Source

Anomalie #825: CSS chromium: playlist

Bastien Sevajol 10 years ago
parent
commit
70e5a3ed78

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

@@ -2254,6 +2254,11 @@ ul.playlist_elements li.playlist_element ul.elements li.element
2254 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 2262
 a.button img
2258 2263
 {
2259 2264
   float: left;

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

@@ -103,7 +103,7 @@
103 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 108
                   {% if app.user%}
109 109
                     {% if playlist.owned(app.user) %}