From 66a56d254881d30954c39c546e6239015ecb9f9e Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 27 Nov 2012 13:49:46 +0000 Subject: [PATCH] MDL-36742 question bank: get rid of flicker during page load. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Frédéric Massart for working out the fix to this. --- theme/base/style/question.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/base/style/question.css b/theme/base/style/question.css index 3d4a13cd4302c..463e4db55db04 100644 --- a/theme/base/style/question.css +++ b/theme/base/style/question.css @@ -13,7 +13,6 @@ #chooseqtype .submitbuttons {margin: 0.7em 0;text-align: center;} #qtypechoicecontainer {display: none;} -body.jsenabled #qtypechoicecontainer {display: block;} #qtypechoicecontainer_c.yui-panel-container.shadow .underlay {background: none;} #qtypechoicecontainer.yui-panel .hd {color:#333333;letter-spacing: 1px;text-shadow: 1px 1px 1px #FFFFFF;border-radius: 10px 10px 0 0;border: 1px solid #CCCCCC;border-bottom: 1px solid #BBBBBB;background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);}