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:
ad704e2
)
MDL-9070 forum: Add margin in rtl mode to timed post icon
author
Adam Olley
<adam.olley@netspot.com.au>
Wed, 30 Sep 2015 04:09:06 +0000
(13:39 +0930)
committer
David Monllao
<davidm@moodle.com>
Wed, 30 Sep 2015 04:27:12 +0000
(12:27 +0800)
As the icon has a float on it to move it to the right, a margin-top
needs to be applied to keep it aligned the same as in ltr.
mod/forum/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/styles.css
b/mod/forum/styles.css
index
2d1b0b3
..
25874a6
100644
(file)
--- a/
mod/forum/styles.css
+++ b/
mod/forum/styles.css
@@
-171,7
+171,6
@@
span.unread {
}
.dir-rtl#page-mod-forum-view img.timedpost {
- margin-right: 0px;
- margin-left: 5px;
+ margin: 3px 0 0 5px;
float: right;
}