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:
838d78a
)
MDL-39236 - Right align table cells during install process, when in RTL mode (theme...
author
Nadav Kavalerchik
<nadavkav@gmail.com>
Fri, 19 Apr 2013 08:43:08 +0000
(11:43 +0300)
committer
Nadav Kavalerchik
<nadavkav@gmail.com>
Fri, 16 Aug 2013 08:53:14 +0000
(11:53 +0300)
theme/base/style/admin.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/admin.css
b/theme/base/style/admin.css
index
eba94e6
..
dc194b2
100644
(file)
--- a/
theme/base/style/admin.css
+++ b/
theme/base/style/admin.css
@@
-8,6
+8,7
@@
.path-admin #assignrole {width: 60%;margin-left: auto;margin-right: auto;}
.path-admin .admintable .leftalign {text-align: left;}
+.dir-rtl.path-admin .admintable .leftalign {text-align: right;}
.path-admin .admintable .centeralign {text-align: center;}
.path-admin .admintable.environmenttable .name,