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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
48dc1d3a
Commit
48dc1d3a
authored
Aug 26, 2014
by
Sven Franck
Committed by
Sebastien Robin
Sep 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: fixed display of tables on small display
parent
78ff2896
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
6 deletions
+19
-6
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+18
-5
bt5/erp5_web_renderjs_ui/bt/revision
bt5/erp5_web_renderjs_ui/bt/revision
+1
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
48dc1d3a
...
...
@@ -117,6 +117,9 @@ html form {\n
overflow-x: hidden;\n
padding: 1em;\n
}\n
section.document_table thead tr th {\n
height: 2.25em;\n
}\n
html fieldset form,\n
html fieldset section.document_table {\n
padding: 0;\n
...
...
@@ -125,6 +128,8 @@ html fieldset section.document_table {\n
@media (max-width: 40em) {\n
html fieldset section.document_table {\n
width: 80%;\n
margin-left: auto;\n
margin-right: auto;\n
}\n
}\n
\n
...
...
@@ -207,7 +212,8 @@ html .ui-page-theme-a .document-table thead tr th {\n
color: rgba(0, 0, 0, 0.55);\n
text-shadow: #FFFFFF 0px 1px 0px;\n
}\n
html body .ui-page-theme-a table.document-table {\n
html body .ui-page-theme-a table.document-table,\n
html .document-table thead tr th {\n
background-color: #fff;\n
border-color: #aaa;\n
}\n
...
...
@@ -871,7 +877,7 @@ html head + body .ui-body-b.ui-focus{\n
right: 0;\n
}\n
/* fix controlgroups in header font-size */\n
.ui-header .ui-controlgroup.ui-btn-left,
\n
.ui-header .ui-controlgroup.ui-btn-left,\n
.ui-header .ui-controlgroup.ui-btn-right {\n
font-size: auto;\n
}\n
...
...
@@ -1008,6 +1014,13 @@ html .ui-btn, label.ui-btn {\n
-webkit-border-radius: .3125em;\n
border-radius: .3125em;\n
}\n
.ui-table-inset thead,\n
.ui-table-inset thead tr:first-child {\n
-webkit-border-top-left-radius: inherit;\n
border-top-left-radius: inherit;\n
-webkit-border-top-right-radius: inherit;\n
border-top-right-radius: inherit;\n
}\n
.ui-table-inset thead tr:first-child td:first-child,\n
.ui-table-inset thead tr:first-child th:first-child{\n
-webkit-border-top-left-radius: inherit;\n
...
...
@@ -1219,7 +1232,7 @@ html .left textarea, html .right textarea {\n
max-width: 80%; /* allow scrolling! */\n
margin: auto;\n
}\n
html .left, html .right, html .center
, html .bottom
{\n
html .left, html .right, html .center {\n
width: auto;\n
display: block;\n
padding: .25em 0;\n
...
...
@@ -1461,7 +1474,7 @@ html.ui-mobile body nav.ui-title {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
93
6.56164.10800.439
97
</string>
</value>
<value>
<string>
93
7.9572.33591.503
97
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -1479,7 +1492,7 @@ html.ui-mobile body nav.ui-title {\n
</tuple>
<state>
<tuple>
<float>
140
7922930.54
</float>
<float>
140
9060113.41
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/bt/revision
View file @
48dc1d3a
57
\ No newline at end of file
58
\ No newline at end of file
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