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
Laurent S
erp5
Commits
43fd14ce
Commit
43fd14ce
authored
Aug 28, 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 mimicing ui-content to pad content on page
parent
78119249
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
82 deletions
+56
-82
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+55
-81
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 @
43fd14ce
...
...
@@ -101,62 +101,6 @@
<key>
<string>
text_content
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
/* -------------------------- ERP5 specific CSS --------------------------- */\n
/* Romain */\n
iframe {\n
width: 95%;\n
height: 500px;\n
}\n
\n
/* mimic ui-content */\n
section.document_list,\n
section.document_table,\n
html form {\n
border-width: 0;\n
overflow: visible;\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
}\n
\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
/* ui-content + listview|table|form */\n
.document-listview,\n
.document-table {\n
margin: -1em;\n
}\n
.document-listview.ui-listview-inset,\n
.document-table.ui-table-inset {\n
margin: 1em 0;\n
}\n
\n
/* action menu */\n
.action_list {\n
display: inline-block;\n
}\n
/* override default page wrapping */\n
.ui-mobile .ui-page-active {\n
overflow: hidden;\n
}\n
\n
/* readonly */\n
.custom-readonly {\n
opacity: 1;\n
}\n
\n
/* ------------------------------ Global Font ---------------------------- */\n
/* NOTE: family/size should only be set here! */\n
input, select, textarea, button, p, h1, h2, h3, h4, h5, h6, table,\n
...
...
@@ -1209,38 +1153,69 @@ div.grid-container ul.grid-items.line-10 li ~ li {\n
}\n
}\n
/* ----------------------------- FORM LAYOUT ------------------------------ */\n
/* Romain */\n
iframe {\n
width: 95%;\n
height: 500px;\n
}\n
\n
/* XXX still terrilble */\n
/* mimic ui-content */\n
section.document_list,\n
section.document_table,\n
form.save_form {\n
border-width: 0;\n
overflow: visible;\n
overflow-x: hidden;\n
padding: 1em;\n
}\n
form.save_form section.document_table {\n
padding: 0;\n
}\n
section.document_table thead tr th {\n
height: 2.25em;\n
}\n
/* inset + listview|table|form */\n
.document-listview,\n
.document-table {\n
margin: -1em;\n
}\n
.document-listview.ui-listview-inset,\n
.document-table.ui-table-inset {\n
margin: 1em 0;\n
}\n
\n
/* action menu */\n
.action_list {\n
display: inline-block;\n
}\n
/* override default page wrapping */\n
.ui-mobile .ui-page-active {\n
overflow: hidden;\n
}\n
\n
/* readonly */\n
.custom-readonly {\n
opacity: 1;\n
}\n
/* padding and overall width */\n
html .left, html .right, html .center, html .bottom {\n
vertical-align: top;\n
padding:
2% 2%
0 2%;\n
padding: 0 2%;\n
}\n
html .center, html .bottom {\n
display: block;\n
width: 96%\n
width: 96%
;
\n
}\n
html .left, html .right {\n
display: inline-block;\n
width: 45%;\n
}\n
html .left textarea, html .right textarea {\n
width:
/* 57.7% */
100%;\n
width: 100%;\n
display: inline-block;\n
vertical-align: midle;\n
}\n
@media (max-width: 40em) {\n
html form {\n
max-width: 80%; /* allow scrolling! */\n
margin: auto;\n
}\n
html .left, html .right, html .center {\n
width: auto;\n
display: block;\n
padding: .25em 0;\n
}\n
html body .left textarea, html body .right textarea {\n
width: 100%;\n
}\n
}\n
/* override border-radius for all inputs to match buttons */\n
html form .ui-input-text.ui-corner-all {\n
-webkit-border-radius: .325em;\n
...
...
@@ -1270,14 +1245,9 @@ html.ui-mobile body form label {\n
}\n
\n
@media (max-width: 40em) {\n
html form {\n
max-width: 80%;\n
margin: auto;\n
}\n
html .left, html .right, html .center, html .bottom {\n
html .center, html .bottom, html .left, html .right {\n
width: auto;\n
display: block;\n
padding: .25em 0;\n
}\n
\n
html .left textarea,\n
...
...
@@ -1297,6 +1267,10 @@ html.ui-mobile body form label {\n
max-width: none;\n
margin-bottom: -.5em;\n
}\n
html .left textarea,\n
html .right textarea {\n
min-width: 100%;\n
}\n
}\n
/* --------------------------- FORM INPUTS -------------------------------- */\n
\n
...
...
@@ -1474,7 +1448,7 @@ html.ui-mobile body nav.ui-title {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
937.
9572.33591.50397
</string>
</value>
<value>
<string>
937.
12512.34382.32494
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -1492,7 +1466,7 @@ html.ui-mobile body nav.ui-title {\n
</tuple>
<state>
<tuple>
<float>
1409
060113.41
</float>
<float>
1409
236074.18
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/bt/revision
View file @
43fd14ce
60
\ No newline at end of file
61
\ 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