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