mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-12-26 08:52:19 +01:00
Commit de louay : correction de bug en tp
This commit is contained in:
parent
7ef94d3b2f
commit
2aba540016
@ -53,7 +53,6 @@
|
||||
</div>
|
||||
<?php if ($this->session->userdata('user_id')): ?>
|
||||
<?php if (!empty($user_playlists)): ?>
|
||||
<br>
|
||||
<select id="playlist_music_<?php echo $musique->id; ?>" class="select-playlist">
|
||||
<?php foreach ($user_playlists as $playlist) : ?>
|
||||
<option value="<?php echo $playlist->id; ?>"><?php echo $playlist->name; ?></option>
|
||||
|
@ -158,6 +158,7 @@ header.short-text a {
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.music-links a.spotify {
|
||||
@ -179,8 +180,6 @@ header.short-text a {
|
||||
background-color: rgba(84, 15, 202, 0.8); /* Fond légèrement plus clair au survol */
|
||||
}
|
||||
|
||||
|
||||
|
||||
.artist-name,
|
||||
.album-name {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user