Comparar commits

...

2 commits

6 arquivos alterados com 40 adições e 0 exclusões

Ver arquivo

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

Ver arquivo

@ -48,3 +48,10 @@ td, th {
text-align: left; text-align: left;
border: 1px solid #ecf0f1; border: 1px solid #ecf0f1;
} }
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

Ver arquivo

@ -40,3 +40,10 @@ td, th {
text-align: left; text-align: left;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}

Ver arquivo

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

Ver arquivo

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

Ver arquivo

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