Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-24233 report_customlang: display a help for {$a} placeholders
[moodle.git]
/
admin
/
report
/
customlang
/
styles.css
diff --git
a/admin/report/customlang/styles.css
b/admin/report/customlang/styles.css
index
a7e7a4a
..
15f6ad5
100644
(file)
--- a/
admin/report/customlang/styles.css
+++ b/
admin/report/customlang/styles.css
@@
-56,3
+56,10
@@
width: 100%;
min-height: 4em;
}
+
+.path-admin-report-customlang #translator .placeholderinfo {
+ text-align: center;
+ border: 1px dotted #ddd;
+ background-color: #f6f6f6;
+ margin-top: 0.5em;
+}