aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-02 23:28:54 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-02 23:28:54 +0100
commit8f079b654779612dfc9aae041245d9f6c60270ad (patch)
treec4e11a7dc2c93126a0665cfb5fe784c8b88880bc /styles.css
parent1f8c26f25b52d410d126eeeb30f61012094beaaa (diff)
Fix styles.css
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css17
1 files changed, 8 insertions, 9 deletions
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;
}