fixed errors css

This commit is contained in:
Daniel Barbero 2019-11-21 15:27:47 +01:00
parent 7af1841b8f
commit 66035a8b67
1 changed files with 28 additions and 0 deletions

View File

@ -131,3 +131,31 @@ div.target {
.inEdit {
background-color: #888;
}
.info-container {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.info-item {
width: 25%;
}
.info-days {
width: 65%;
}
.info-item table.info_table thead tr th {
text-align: center;
}
.info-item table.info_table tbody tr {
border-bottom: none;
}
.info-container table.no-class tbody tr td {
padding: 10px;
}