From 76c8063a28713326c1feb54649dd56399077cebd Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 2 Feb 2019 08:33:28 +0100 Subject: First try at mobile 3.x support --- mobile/styles_app.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 mobile/styles_app.css (limited to 'mobile/styles_app.css') diff --git a/mobile/styles_app.css b/mobile/styles_app.css new file mode 100644 index 0000000..c60d318 --- /dev/null +++ b/mobile/styles_app.css @@ -0,0 +1,34 @@ +.collapsibleregioncaption { + display: none; +} +.qtype-algebra .text-input, +.qtype-algebra .text-input-md { + border: 1px solid #ccc; + padding: 4px 6px; + border-radius: 4px; + margin: 0px 0px; + width: calc(100% - 20px); + font-size: 1.4rem; +} +.qtype-algebra .item-input { + padding-left: 6px; + margin-top: -14px; +} +.qtype-algebra .question-correct:after, +.qtype-algebra .question-incorrect:after, +.qtype-algebra .question-partiallycorrect:after { + font-family: FontAwesome; + padding-left: 3px; +} +.qtype-algebra .question-correct:after { + content: "\f00c"; + color: #5e8100; +} +.qtype-algebra .question-incorrect:after { + content: "\f00d"; + color: #cb3d4d; +} +.qtype-algebra .question-partiallycorrect:after { + content: "\f046"; + color: #f98012; +} -- cgit v1.2.3