Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
55a92e5c
Commit
55a92e5c
authored
Dec 26, 2014
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_code_mirror: Fix layout of warnings/errors div to make it consistent with maximize info div.
parent
9a236325
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
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
-4
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 @
55a92e5c
...
...
@@ -70,9 +70,9 @@
position: absolute;\n
bottom: 0;\n
right: 20px;\n
width: 40%;\n
max-
width: 40%;\n
z-index: 424242;\n
padding:
2
0px;\n
padding:
1
0px;\n
background-color: #DAE6F6;\n
border: 1px solid #97B0D1;\n
opacity: 0.3;\n
...
...
@@ -139,7 +139,7 @@
merge_mode_elem = null;\n
\n
maximize_mode_message = $(\'
<span
id=
"maximize_message"
>
Press ESC to leave maximize mode
</span>
\');\n
\n
\n
function maximizeFullscreenRemoveSaveMessage() {\n
$(\'.maximize_fullscreen_message\').remove();\n
}\n
...
...
@@ -255,7 +255,7 @@
msg_elem = $(\'
<div
class=
"\' + msg_elem_classes + \'"
\'
+\n
\'<div
>
\' + maximize_fullscreen_message + \'
</div></div>
\');\n
\n
msg_elem.appendTo(cm.getWrapperElement()
);\n
$(\'body\').prepend(msg_elem
);\n
\n
function animateMessageComplete() {\n
if(!error_arr.length
&&
!warning_arr.length)\n
...
...
bt5/erp5_code_mirror/bt/change_log
View file @
55a92e5c
2014-12-26 arnaud.fontaine
* Fix layout of warnings/errors div to make it consistent with maximize info div.
2014-12-26 arnaud.fontaine
* Fix warning/error messages div not being displayed in maximize mode.
...
...
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