Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hamza
erp5
Commits
8cea96a5
Commit
8cea96a5
authored
10 years ago
by
Arnaud Fontaine
Browse files
Options
Download
Email Patches
Plain Diff
erp5_code_mirror: Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.
parent
e8230f6f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
bt5/erp5_code_mirror/SkinTemplateItem/portal_skins/erp5_code_mirror/code_mirror_support.xml
...tem/portal_skins/erp5_code_mirror/code_mirror_support.xml
+4
-0
bt5/erp5_code_mirror/bt/change_log
bt5/erp5_code_mirror/bt/change_log
+3
-0
No files found.
bt5/erp5_code_mirror/SkinTemplateItem/portal_skins/erp5_code_mirror/code_mirror_support.xml
View file @
8cea96a5
...
...
@@ -112,6 +112,10 @@
z-index: 4242 !important;\n
overflow: hidden !important;\n
}\n
\n
.CodeMirror pre span {\n
font-family: monospace !important;\n
}\n
</style>
\n
\n
<input
type=
"button"
value=
"Maximize"
onclick=
"maximize()"
\n
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_code_mirror/bt/change_log
View file @
8cea96a5
2014-12-19 arnaud.fontaine
* Use monospace font in CodeMirror editor, previously overriden by ERP5 CSS.
2014-07-23 arnaud.fontaine
* erp5_code_mirror: Update to 3.22.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment