From 4259b070de53745c641bea4629d04d08630f1d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 5 Jul 2014 15:13:36 +0100 Subject: [PATCH] Fix modal height and accordion in firefox --- css/glowingbear.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 11cd3eb..8df7f94 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -363,7 +363,7 @@ table.notimestampseconds td.time span.seconds { position: absolute; left: 0px; width:100%; - height:200%; + height: 100%; z-index: 1000; background-color:rgba(0, 0, 0, 0.5) } @@ -379,6 +379,7 @@ table.notimestampseconds td.time span.seconds { transition: .2s ease-in-out, top .3s ease-out; transition-delay: 0s, 0.1s; top: 0px; + height: 200%; visibility: visible; opacity: 1; } @@ -437,6 +438,13 @@ h2 span, h2 small { border: 0px solid transparent; } +/* fix for firefox being stupid */ +@-moz-document url-prefix() { + .panel[data-state=collapsed] .panel-collapse * { + display: none; + } +} + /* */ /* Mobile layout */ /* */