From 8f079b654779612dfc9aae041245d9f6c60270ad Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Tue, 2 Jan 2018 23:28:54 +0100 Subject: Fix styles.css --- styles.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index cb630d6..11b6fd7 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,5 @@ .que.algebra .answer { padding: 0.3em; - width: auto; display: inline; } .que.algebra .answer input { @@ -9,20 +8,20 @@ /* Editing form. */ body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] { - background: #EEE; + background: #eee; margin-top: 0; margin-bottom: 0; padding-bottom: 5px; padding-top: 5px; - border: 1px solid #BBB; + border: 1px solid #bbb; border-bottom: 0; } -body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label{ +body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label { font-weight: bold; } -body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_']{ +body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'] { position: absolute; left: -10000px; font-weight: normal; @@ -30,22 +29,22 @@ body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] label[fo } body#page-question-type-algebra div[id^=fitem_id_][id*=fraction_] { - background: #EEE; + background: #eee; margin-bottom: 0; margin-top: 0; padding-bottom: 5px; padding-top: 5px; - border: 1px solid #BBB; + border: 1px solid #bbb; border-top: 0; border-bottom: 0; } body#page-question-type-algebra div[id^=fitem_id_][id*=feedback_] { - background: #EEE; + background: #eee; margin-bottom: 2em; margin-top: 0; padding-bottom: 5px; padding-top: 5px; - border: 1px solid #BBB; + border: 1px solid #bbb; border-top: 0; } -- cgit v1.2.3