Make the hidability of the tournament box (slightly) more obvious

This commit is contained in:
小太 2013-08-18 18:01:28 +10:00
parent e3ef08de55
commit 69ec4eca39

View File

@ -982,6 +982,11 @@ a.ilink:hover {
top: 2.4em;
}
.tournament-title {
font-weight: bold;
cursor: pointer;
}
.tournament-box {
position: absolute;
top: 2em;
@ -999,10 +1004,6 @@ a.ilink:hover {
-webkit-transition: max-height 0.5s ease-in-out;
}
.tournament-title {
font-weight: bold;
}
.tournament-bracket {
max-height: 200px;
overflow: auto;