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:
7dd65ae
)
MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)
author
Nadav Kavalerchik
<nadavkav@gmail.com>
Thu, 31 May 2012 15:39:17 +0000
(18:39 +0300)
committer
Aparup Banerjee
<aparup@moodle.com>
Wed, 13 Jun 2012 05:55:33 +0000
(13:55 +0800)
Right align NEW YUI3 overlay Activity/Resource Chooser
theme/base/style/core.css
theme/base/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/core.css
b/theme/base/style/core.css
index
7e349d0
..
30bef8f
100644
(file)
--- a/
theme/base/style/core.css
+++ b/
theme/base/style/core.css
@@
-942,6
+942,12
@@
sup {vertical-align: super;}
line-height: 2em;
}
+.dir-rtl #choosercontainer #chooseform .instruction, .jsenabled #choosercontainer #chooseform .typesummary {
+ left: 0px;
+ right: 18.5em;
+ border-right: 1px solid grey;
+}
+
/* Selected option settings */
.jsenabled .choosercontainer #chooseform .instruction,
.choosercontainer #chooseform .selected .typesummary {