[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 .que.calculated .answer { 2 padding: 0.3em; 3 width: auto; 4 display: inline; 5 } 6 .que.calculated .answer input[type="text"] { 7 width: 30%; 8 } 9 10 /* Numeric INPUT text boxes should be left aligned in RTL mode 11 */ 12 #page-question-type-calculated.dir-rtl input[name^="answer"], 13 #page-question-type-calculated.dir-rtl input[name^="unit"], 14 #page-question-type-calculated.dir-rtl input[name^="multiplier"], 15 #page-question-type-calculated.dir-rtl input[name^="calcmax"], 16 #page-question-type-calculated.dir-rtl input[name^="calcmin"], 17 #page-question-type-calculated.dir-rtl input[name^="number"], 18 #page-question-type-calculated.dir-rtl input[name^="tolerance"] 19 { 20 direction: ltr; 21 text-align: left; 22 } 23 24 /* Editing form. */ 25 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_], 26 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answeroptions_] { 27 background: #EEE; 28 margin-top: 0; 29 margin-bottom: 0; 30 padding-bottom: 5px; 31 padding-top: 5px; 32 border: 1px solid #BBB; 33 border-bottom: 0; 34 } 35 36 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label, 37 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answeroptions_] .fgrouplabel label { 38 font-weight: bold; 39 } 40 41 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'], 42 body#page-question-type-calculated div[id^=fgroup_id_][id*=answertolerance_] label[for^='id_tolerance_'], 43 body#page-question-type-calculated div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'], 44 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answeroptions_] label[for^='id_answer_'], 45 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answerdisplay_] label[for^='id_correctanswerlength_'] { 46 position: absolute; 47 left: -10000px; 48 font-weight: normal; 49 font-size: 1em; 50 } 51 52 body#page-question-type-calculated div[id^=fgroup_id_][id*=answertolerance_], 53 body#page-question-type-calculated div[id^=fgroup_id_][id*=answerdisplay_], 54 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answertolerance_], 55 body#page-question-type-calculatedmulti div[id^=fgroup_id_][id*=answerdisplay_] { 56 background: #EEE; 57 margin-bottom: 0; 58 margin-top: 0; 59 padding-bottom: 5px; 60 padding-top: 5px; 61 border: 1px solid #BBB; 62 border-top: 0; 63 border-bottom: 0; 64 } 65 66 body#page-question-type-calculated div[id^=fitem_id_][id*=feedback_], 67 body#page-question-type-calculatedmulti div[id^=fitem_id_][id*=feedback_] { 68 background: #EEE; 69 margin-bottom: 2em; 70 margin-top: 0; 71 padding-bottom: 5px; 72 padding-top: 5px; 73 border: 1px solid #BBB; 74 border-top: 0; 75 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |