From 69ec4eca391fb148534dbb6ceecbc86e053bfe62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A4=AA?= Date: Sun, 18 Aug 2013 18:01:28 +1000 Subject: [PATCH] Make the hidability of the tournament box (slightly) more obvious --- style/client.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style/client.css b/style/client.css index b95b72016..103b7827b 100644 --- a/style/client.css +++ b/style/client.css @@ -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;