aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
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;
}