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
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
Yoji Takeuchi
erp5
Commits
2572999b
Commit
2572999b
authored
Sep 07, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Only break work in listbox on mobile
Breaking word everywhere leads to a really ugly rendering
parent
5f5aed84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
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
+1
-1
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
+1
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
2572999b
...
@@ -164,7 +164,6 @@ body {
...
@@ -164,7 +164,6 @@ body {
display
:
block
;
display
:
block
;
color
:
#1F1F1F
;
color
:
#1F1F1F
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
word-break
:
break-word
;
}
}
body
,
body
,
button
,
button
,
...
@@ -1337,6 +1336,7 @@ div[data-gadget-scope='erp5_searchfield'] button {
...
@@ -1337,6 +1336,7 @@ div[data-gadget-scope='erp5_searchfield'] button {
.document_table
table
tbody
tr
th
:first-child
~
td
{
.document_table
table
tbody
tr
th
:first-child
~
td
{
font-size
:
0.8em
;
font-size
:
0.8em
;
display
:
inline
;
display
:
inline
;
word-break
:
break-word
;
}
}
.document_table
table
tbody
tr
td
:first-child
~
th
a
,
.document_table
table
tbody
tr
td
:first-child
~
th
a
,
.document_table
table
tbody
tr
th
:first-child
~
th
a
,
.document_table
table
tbody
tr
th
:first-child
~
th
a
,
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
2572999b
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
961.60
702.420.63744
</string>
</value>
<value>
<string>
961.60
979.41143.53009
</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>
15047
71529.73
</float>
<float>
15047
87937.42
</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 @
2572999b
...
@@ -234,7 +234,6 @@ body {
...
@@ -234,7 +234,6 @@ body {
color: @colorforeground;
color: @colorforeground;
word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
}
body, button, input, textarea, select {
body, button, input, textarea, select {
...
@@ -1552,6 +1551,7 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1552,6 +1551,7 @@ div[data-gadget-scope='erp5_searchfield'] {
font-size: 0.8em;
font-size: 0.8em;
// Cells must be next to the other and correctly aligned
// Cells must be next to the other and correctly aligned
display: inline;
display: inline;
word-break: break-word;
a {
a {
pointer-events: none;
pointer-events: none;
...
...
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