Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
8ba497dc
Commit
8ba497dc
authored
Nov 25, 2016
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Make panel vertically scrollable
parent
faa6705c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+4
-2
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+4
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
8ba497dc
...
...
@@ -410,7 +410,8 @@ div[data-gadget-scope='panel'] {
color
:
#FFFFFF
;
width
:
180pt
;
min-height
:
100%
;
max-height
:
none
;
max-height
:
100%
;
overflow-y
:
auto
;
position
:
fixed
;
top
:
0
;
left
:
0
;
...
...
@@ -494,7 +495,8 @@ div[data-gadget-scope='editor_panel'] {
background-color
:
#FFFFFF
;
width
:
180pt
;
min-height
:
100%
;
max-height
:
none
;
max-height
:
100%
;
overflow-y
:
auto
;
position
:
fixed
;
top
:
0
;
display
:
block
;
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
8ba497dc
...
...
@@ -242,7 +242,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
955.
19399.9037.3396
</string>
</value>
<value>
<string>
955.
29626.47611.24814
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>
14
79218471.04
</float>
<float>
14
80081058.6
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
8ba497dc
...
...
@@ -508,7 +508,8 @@ div[data-gadget-scope='panel'] {
width: @panelwidth;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
left: 0;
...
...
@@ -600,7 +601,8 @@ div[data-gadget-scope='editor_panel'] {
width: @panelwidth;
min-height: 100%;
max-height: none;
max-height: 100%;
overflow-y: auto;
position: fixed;
top: 0;
display: block;
...
...
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