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
d69602da
Commit
d69602da
authored
Nov 15, 2016
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Use left/right layout in the tablet rendering
Only display desktop mode on big screens.
parent
0551b4ce
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
49 deletions
+49
-49
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
+42
-42
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
+5
-5
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
d69602da
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
d69602da
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
955.1
8008.27011.15018
</string>
</value>
<value>
<string>
955.1
9399.9037.3396
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
147921
6615.32
</float>
<float>
147921
8471.04
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
d69602da
...
@@ -47,9 +47,9 @@
...
@@ -47,9 +47,9 @@
@panelwidth: @margin-size * 30;
@panelwidth: @margin-size * 30;
// @panelwidth: 15em;
// @panelwidth: 15em;
@smartphone: ~"only screen and (max-width:
28
em)";
@smartphone: ~"only screen and (max-width:
45
em)";
@tablet: ~"only screen and (min-width:
28em) and (max-width: 7
0em)";
@tablet: ~"only screen and (min-width:
45em) and (max-width: 9
0em)";
@desktop: ~"only screen and (min-width:
7
0em)";
@desktop: ~"only screen and (min-width:
9
0em)";
/**********************************************
/**********************************************
...
@@ -1075,7 +1075,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -1075,7 +1075,7 @@ div[data-gadget-scope='header'] .ui-header {
}
}
}
}
@media @desktop {
@media @
tablet, @
desktop {
.left, .right {
.left, .right {
vertical-align: top;
vertical-align: top;
display: inline-block;
display: inline-block;
...
@@ -1099,7 +1099,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -1099,7 +1099,7 @@ div[data-gadget-scope='header'] .ui-header {
}
}
}
}
}
}
@media @desktop {
@media @
tablet, @
desktop {
// Align field on the left group's field
// Align field on the left group's field
.center {
.center {
.ui-field-contain {
.ui-field-contain {
...
...
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