Erweiterungen am Wettkampfkalender:
- Einfügen einer Schnellsprungleiste für jeden Monat modified: phpLib/cwsvJudo/wkKalender.php modified: src/css/cwsvJudo-2018-wkKalender.css modified: src/css/cwsvJudo-2018.css - fehlerhafte globals entfernt modified: src/phpLibs/phpCount/phpcount.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ body{
|
||||
}
|
||||
|
||||
.displayNone{
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.fontSizeXxSmall{
|
||||
|
||||
Reference in New Issue
Block a user