woup woup la table

Tento commit je obsažen v:
Justine Beau 2024-12-10 15:01:12 +01:00
rodič bcf7c05f72
revize 0114f07e70
6 změnil soubory, kde provedl 42 přidání a 0 odebrání

Zobrazit soubor

@ -50,3 +50,11 @@ th {
color: #ddd;
font-size: 20px;
}
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

Zobrazit soubor

@ -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;
}

Zobrazit soubor

@ -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;
}

Zobrazit soubor

@ -49,3 +49,10 @@ td, th {
border: 1px solid #ff9900;
}
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

Zobrazit soubor

@ -64,3 +64,10 @@ th {
table tr:hover {
background-color: #f1f1f1;
}
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

Zobrazit soubor

@ -82,4 +82,10 @@ table tr:hover {
background-color: #b61212;
}
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}