mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Commit de louay : Modification du CSS
This commit is contained in:
parent
f00773bf8d
commit
6a754b30fa
@ -27,6 +27,7 @@ class Search extends CI_Controller {
|
||||
$this->load->view('layout/header_dark');
|
||||
$this->load->view('search_results', $data);
|
||||
$this->load->view('layout/footer_dark');
|
||||
return;
|
||||
}
|
||||
|
||||
// Faire une recherche dans les musiques, les albums, les genres et les artistes
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/search_results.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/search_results'); ?>">
|
||||
<title>Résultats de la recherche</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -12,7 +12,9 @@ body {
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: #f44336;
|
||||
color: red;
|
||||
margin-top: 5px;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user