X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=0d5423b47bcace28443db046056501e94638a04b;hb=243bb33aafac5c80b4404e5917fe54bfec6fa73f;hp=efd85c9c2cd5c5fe1bc4f1d8a280ca7bdfdf4b71;hpb=51ca3218d251eaaeb4574c6d9c38134974af980e;p=djsite.git diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index efd85c9..0d5423b 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -33,14 +33,11 @@ a:hover { } .hidden_details { - /* displayed through Javascript */ - height: 0; - overflow: hidden; - transition: height 3s linear; - /* visibility: hidden; */ - /* opacity: 0; */ - /* transition: opacity 2s linear; */ - + /* hidden, and then toggled, from Javascript. */ + border: 1px solid transparent; + /* without this invisible border there is a jump at the end of the + animation. */ + padding-top: -1em; } .tag_link {