Skip to content

Commit

Permalink
Improvements in:
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
rezaie9 committed Mar 5, 2009
1 parent 26574bb commit 874807f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions theme/standard/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}

0 comments on commit 874807f

Please sign in to comment.