Merge /media/sdc1/gitRepositories/judo into redesign2018

Conflicts:
	homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php
This commit is contained in:
marko
2019-02-03 17:34:08 +01:00
5 changed files with 215 additions and 4 deletions

View File

@@ -864,10 +864,24 @@
}
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
.wkMonthBar{
display:flex;
flex-flow:wrap;
justify-content:space-evenly;
}
.wkMonthBar > a {
text-align: center;
width:30%;
display: inline-block;
padding: 0.25em 0.25em 0.25em 0.25em;
margin: 0.25em 0.25em 0.25em 0.25em;
box-shadow: .1em .1em .05em grey;
background-color: #FF8100;
border-radius: .5em;
}

View File

@@ -169,7 +169,7 @@ body{
}
.displayNone{
display: none;
display: none !important;
}
.fontSizeXxSmall{