Files
cwsvJudo/homepage/redesign2018/markdownExperiment/css/cwsvJudo-2018-galTable.css
2018-06-25 20:09:57 +02:00

51 lines
688 B
CSS

.yearSelector{
display: flex;
align-items: center;
justify-content: center;
}
.yearSelector select{
font-size: inherit;
text-align: center;
}
.yearSelector button{
font-size: inherit;
text-align: center;
}
.galTable{
width: 100%;
}
.galTable tr, th, td {
/* display: block;*/
vertical-align: middle;
}
.galTable tr:nth-child(odd){
background-color: #FF8100;
}
.galTable tr td img{
/* float: right;*/
display: inline;
vertical-align: middle;
}
.galTable time{
white-space: nowrap;
}
/* Die erste Zelle in jeder Zeile ist das Datum*/
/*
.galTable > tr > td:nth-child(1){}
*/
.yearList{
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}