From: rezaie9 Date: Thu, 5 Mar 2009 21:04:06 +0000 (+0000) Subject: Improvements in: X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=874807f098c1973c1dd340e3ea2fc990c376ddc7;p=moodle.git Improvements in: - 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) --- diff --git a/theme/standard/rtl.css b/theme/standard/rtl.css index 54a1e2d3e0..a7d1fd7c32 100755 --- a/theme/standard/rtl.css +++ b/theme/standard/rtl.css @@ -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; +}