]> git.mjollnir.org Git - moodle.git/commitdiff
Changes for lesson. MDL-7861 related.
authorvyshane <vyshane>
Thu, 11 Jan 2007 08:52:38 +0000 (08:52 +0000)
committervyshane <vyshane>
Thu, 11 Jan 2007 08:52:38 +0000 (08:52 +0000)
theme/standard/styles_layout.css

index 2cca9062043cab2edadc95bbb6170fb811b06bd7..b49c979e5bb86ec57643b2e2106a613e45c5be36 100644 (file)
@@ -2558,6 +2558,16 @@ body#mod-forum-search .introcontent {
 /***
  *** Modules: Lesson
  ***/
+#mod-lesson-lesson #page .addform {
+    text-align: center;
+}
+#mod-lesson-edit #page .label {
+    font-weight: bold;
+}
+#mod-lesson-edit #page .labelcorrect {
+    text-decoration: underline;
+    font-weight: bold;
+}
 
 
 /***
@@ -2568,7 +2578,16 @@ body#mod-forum-search .introcontent {
 #mod-quiz-attempt #page {
   text-align: center;
 }
-
+#mod-quiz-edit #page .controls,
+#mod-quiz-edit #page .attemptsnotice
+{
+  text-align: center;
+}
+body#question-preview .quemodname,
+body#question-preview .controls
+{     
+  text-align: center;
+}
 body#mod-quiz-report table#attempts,
 body#mod-quiz-report table#commands,
 body#mod-quiz-report table#itemanalysis
@@ -2606,8 +2625,24 @@ body#mod-quiz-report table#attempts .picture {
 body#mod-quiz-report .controls {
   text-align: center;
 }
+<<<<<<< styles_layout.css
+#mod-quiz-review #page .controls {
+  text-align: center;
+}
+#mod-quiz-view .quizinfo {
+  text-align: center;
+}
+#mod-quiz-view #page .quizgradefeedback,
+#mod-quiz-view #page .quizattempt
+{
+  text-align: center;
+}
+.quizquestionlistcontrols {
+    text-align: center;
+=======
 body#question-preview .quemodname, body#question-preview .controls {   
   text-align: center;   
+>>>>>>> 1.333
 }
 
 /***