aboutsummaryrefslogtreecommitdiff
path: root/mobile/styles_app.css
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 09:18:15 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 09:18:15 +0200
commitf2352f6e189fc1a40836957e39f5243b9d826521 (patch)
tree35d734633847eea3db0325ef7e7b27d6781c5c35 /mobile/styles_app.css
parent51c7a042ab96f90a9ddfada266aba118c0f869bf (diff)
Remove obsolete and buggy mobile support
Diffstat (limited to 'mobile/styles_app.css')
-rw-r--r--mobile/styles_app.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/mobile/styles_app.css b/mobile/styles_app.css
deleted file mode 100644
index c60d318..0000000
--- a/mobile/styles_app.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.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;
-}