Merge branch 'main' of https://git.etud.insa-toulouse.fr/mougnibas/projet-clicodrome
This commit is contained in:
commit
bd050c25bd
6 changed files with 40 additions and 0 deletions
|
@ -50,3 +50,11 @@ th {
|
|||
color: #ddd;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
|
@ -48,3 +48,10 @@ td, th {
|
|||
text-align: left;
|
||||
border: 1px solid #ecf0f1;
|
||||
}
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
|
@ -40,3 +40,10 @@ td, th {
|
|||
text-align: left;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
|
@ -49,3 +49,10 @@ td, th {
|
|||
border: 1px solid #ff9900;
|
||||
|
||||
}
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
|
@ -64,6 +64,11 @@ th {
|
|||
table tr:hover {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
|
||||
video{
|
||||
|
|
|
@ -82,4 +82,10 @@ table tr:hover {
|
|||
background-color: #b61212;
|
||||
}
|
||||
|
||||
table.table_magasin{
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue