Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409c12f
)
MDL - RTL Theme fixes for Moodle 2 (theme/canvas)
author
Nadav Kavalerchik
<nadavkav@gmail.com>
Sat, 21 Apr 2012 15:22:21 +0000
(18:22 +0300)
committer
Aparup Banerjee
<aparup@moodle.com>
Mon, 18 Jun 2012 03:34:51 +0000
(11:34 +0800)
Right align Forms in Report pages (when in RTL mode)
theme/canvas/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/canvas/style/core.css
b/theme/canvas/style/core.css
index
b1e5f48
..
eb4b2ea
100644
(file)
--- a/
theme/canvas/style/core.css
+++ b/
theme/canvas/style/core.css
@@
-530,6
+530,7
@@
input[type="radio"] {
.path-grade-report-grader form {
text-align: left;
}
+.path-grade-report-grader.dir-rtl form { text-align: right; }
/* Footer
-----------------------*/
@@
-653,4
+654,6
@@
input[type="radio"] {
.pagelayout-redirect #content {
text-align: center;
margin: 10% auto;
-}
\ No newline at end of file
+}
+
+.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}
\ No newline at end of file