]> git.mjollnir.org Git - moodle.git/commitdiff
Improvements in:
authorrezaie9 <rezaie9>
Thu, 5 Mar 2009 21:04:06 +0000 (21:04 +0000)
committerrezaie9 <rezaie9>
Thu, 5 Mar 2009 21:04:06 +0000 (21:04 +0000)
- alignment of survey questions
- removing horizontal scrollbar from lessons
- online users block
- navigation menu direction
- displaying names in grading report
Changes applyed by Shamim Rezaie (http://rezaie.info)

theme/standard/rtl.css

index 54a1e2d3e0f5de1045abbcec145d881fb03d5b28..a7d1fd7c3241c3e4eea4feb74a619f3bb011c8ad 100755 (executable)
@@ -192,6 +192,10 @@ li form .invisiblefieldset {
     text-align: right;
 }
 
+.glossarypost .entryheader {
+    text-align: right;
+}
+
 h1, h2, h3, h4 {
     text-align: right;
     padding-left: 0px;
@@ -220,6 +224,11 @@ h1, h2, h3, h4 {
     text-align: right;
 }
 
+.mod-lesson .skip {
+    left: 10em;
+    top: -1000em;
+}
+
 /* blocks */
 
 h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
@@ -257,6 +266,17 @@ h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
     text-align: right;
 }
 
+/* online users block */
+.sideblock img.userpicture {
+  margin-right:inherit;
+  margin-left:4px;
+}
+
+.block_online_users .listentry div.user,
+.block_messages .listentry div.user {
+  float:right;
+}
+
 body#admin-blocks table.generaltable th.c0, body#admin-blocks table.generaltable td.c0, body#admin-filters table.generaltable th.c0, body#admin-filters table.generaltable td.c0, body#admin-modules table.generaltable th.c0, body#admin-modules table.generaltable td.c0, body#admin-auth table.generaltable th.c0, body#admin-auth table.generaltable td.c0 {
     text-align: right;
 }
@@ -498,6 +518,12 @@ body#mod-quiz-report table#attempts .header {
     left:0.2em;
 }
 
+
+/* survey */
+#surveyform th {
+  text-align: right;
+}
+
 .logtable th {
     text-align: right;
 }
@@ -627,3 +653,16 @@ FORM.mform INPUT {
        max-width: 100px;
 }
 
+.navigation option {
+  text-align:right;
+}
+
+#navmenupopup option,
+#navmenufooterpopup option {
+  padding: 2px 20px 2px 5px;
+  background-position: center right;
+}
+
+.grade-report-grader table#user-grades  th.user {
+  text-align:right;
+}