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
Georgios Dagkakis
erp5
Commits
ce01bcb1
Commit
ce01bcb1
authored
Aug 05, 2014
by
Sven Franck
Committed by
Sebastien Robin
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS rewrite (work in progress)
parent
f92eaf3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
40 deletions
+78
-40
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+77
-39
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 @
ce01bcb1
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<value>
<string
encoding=
"cdata"
>
<![CDATA[
<value>
<string
encoding=
"cdata"
>
<![CDATA[
/* -------------------------- ERP5 specific CSS --------------------------- */\n
/* -------------------------- ERP5 specific CSS --------------------------- */\n
/* Romain
\'s
*/\n
/* Romain */\n
iframe {\n
iframe {\n
width: 95%;\n
width: 95%;\n
height: 500px;\n
height: 500px;\n
...
@@ -119,6 +119,16 @@ html form {\n
...
@@ -119,6 +119,16 @@ html form {\n
overflow-x: hidden;\n
overflow-x: hidden;\n
padding: 1em;\n
padding: 1em;\n
}\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
}\n
}\n
\n
\n
/* ui-content + listview|table|form */\n
/* ui-content + listview|table|form */\n
.document-listview,\n
.document-listview,\n
...
@@ -130,6 +140,10 @@ html form {\n
...
@@ -130,6 +140,10 @@ html form {\n
margin: 1em 0;\n
margin: 1em 0;\n
}\n
}\n
\n
\n
/* action menu */\n
.action_list {\n
display: inline-block;\n
}\n
/* override default page wrapping */\n
/* override default page wrapping */\n
.ui-mobile .ui-page-active {\n
.ui-mobile .ui-page-active {\n
overflow: hidden;\n
overflow: hidden;\n
...
@@ -142,18 +156,17 @@ html form {\n
...
@@ -142,18 +156,17 @@ html form {\n
\n
\n
/* ------------------------------ Global Font ---------------------------- */\n
/* ------------------------------ Global Font ---------------------------- */\n
/* NOTE: family/size should only be set here! */\n
/* NOTE: family/size should only be set here! */\n
body, input, select, textarea, button, p, h1, h2, h3, h4, h5, h6,\n
input, select, textarea, button, p, h1, h2, h3, h4, h5, h6, table,\n
html.ui-mobile label, html.ui-mobile legend, .ui-btn, .ui-li-static {\n
.ui-header h1.ui-title,\n
html.ui-mobile legend, .ui-btn, .ui-li-static, html.ui-mobile body form label {\n
font-family: Helvetica, Arial, sans-serif;\n
font-family: Helvetica, Arial, sans-serif;\n
font-size: 9
5
%;\n
font-size: 9
0
%;\n
}\n
}\n
@media (max-width: 40em) {\n
html body .ui-header .ui-btn {\n
body, input, select, textarea, button, p, h1, h2, h3, h4, h5, h6,\n
font-size: 85%\n
html.ui-mobile label, html.ui-mobile legend, .ui-btn, .ui-li-static {\n
font-size: 90%;\n
}\n
}\n
}\n
\n
\n
\n
/* ========================== Overrides Themes ============================ */\n
/* ========================== Overrides Themes ============================ */\n
/* JQM custom themes */\n
/* JQM custom themes */\n
/* a */\n
/* a */\n
...
@@ -344,7 +357,7 @@ html body .ui-header .ui-group-theme-a a:visited,\n
...
@@ -344,7 +357,7 @@ html body .ui-header .ui-group-theme-a a:visited,\n
color: rgba(0, 0, 0, 0.55);\n
color: rgba(0, 0, 0, 0.55);\n
text-shadow: none;\n
text-shadow: none;\n
font-weight: normal;\n
font-weight: normal;\n
line-height: 3
.25em; /* IE cannot take 325
% */\n
line-height: 3
em; /* IE cannot take 300
% */\n
}\n
}\n
/* Button special handling: panel listitems */\n
/* Button special handling: panel listitems */\n
.ui-page-theme-a .ui-panel-inner li .ui-btn,\n
.ui-page-theme-a .ui-panel-inner li .ui-btn,\n
...
@@ -929,7 +942,8 @@ html .ui-btn, label.ui-btn {\n
...
@@ -929,7 +942,8 @@ html .ui-btn, label.ui-btn {\n
.ui.btn-icon-bottom:after,\n
.ui.btn-icon-bottom:after,\n
.ui-btn-icon-right:after,\n
.ui-btn-icon-right:after,\n
.ui-listview >
li > .ui-btn[class*="ui-icon-"]:after {\n
.ui-listview >
li > .ui-btn[class*="ui-icon-"]:after {\n
margin-top: -10px;\n
margin-top: -11px;\n
top: 50%;\n
}\n
}\n
\n
\n
/* fix text-indent when trying to use custom icons on iconpos-notext buttons */\n
/* fix text-indent when trying to use custom icons on iconpos-notext buttons */\n
...
@@ -1039,7 +1053,6 @@ html .document-table tbody th:hover a {\n
...
@@ -1039,7 +1053,6 @@ html .document-table tbody th:hover a {\n
\n
\n
/* override JQM default format */\n
/* override JQM default format */\n
html .document-table {\n
html .document-table {\n
width: 100.15%;\n
border: 1px solid;\n
border: 1px solid;\n
}\n
}\n
/* alignment */\n
/* alignment */\n
...
@@ -1168,27 +1181,37 @@ html .left textarea, html .right textarea {\n
...
@@ -1168,27 +1181,37 @@ html .left textarea, html .right textarea {\n
display: inline-block;\n
display: inline-block;\n
vertical-align: midle;\n
vertical-align: midle;\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
border-radius: .325em;\n
}\n
\n
/* set line height on forms*/\n
html.ui-mobile body form label {\n
line-height: 1em;\n
}\n
\n
\n
/* fix relation of label/legend to input to display side-by-side */\n
/* fix relation of label/legend to input to display side-by-side */\n
fieldset label:not(.ui-btn),\n
.field_container
fieldset label:not(.ui-btn),\n
fieldset div.ui-controlgroup-label {\n
.field_container
fieldset div.ui-controlgroup-label {\n
max-width: 30%;\n
max-width: 30%;\n
min-width: 30%;\n
min-width: 30%;\n
}\n
}\n
.left label:not(.ui-btn) ~ *,\n
.
field_container .
left label:not(.ui-btn) ~ *,\n
.left div.ui-controlgroup-label ~ *,\n
.
field_container .
left div.ui-controlgroup-label ~ *,\n
.right label:not(.ui-btn) ~ * ,\n
.
field_container .
right label:not(.ui-btn) ~ * ,\n
.right div.ui-controlgroup-label ~ * {\n
.
field_container .
right div.ui-controlgroup-label ~ * {\n
width: 70%;\n
width: 70%;\n
}\n
}\n
.center label:not(.ui-btn) ~ *,\n
.
field_container .
center label:not(.ui-btn) ~ *,\n
.center div.ui-controlgroup-label ~ * {\n
.
field_container .
center div.ui-controlgroup-label ~ * {\n
width: 68%;\n
width: 68%;\n
}\n
}\n
\n
\n
@media (max-width: 40em) {\n
@media (max-width: 40em) {\n
html form {\n
html form {\n
max-width: 80%;
/* allow scrolling! */
\n
max-width: 80%;\n
margin: auto;\n
margin: auto;\n
}\n
}\n
html .left, html .right, html .center, html .bottom {\n
html .left, html .right, html .center, html .bottom {\n
...
@@ -1196,42 +1219,57 @@ fieldset div.ui-controlgroup-label {\n
...
@@ -1196,42 +1219,57 @@ fieldset div.ui-controlgroup-label {\n
display: block;\n
display: block;\n
padding: .25em 0;\n
padding: .25em 0;\n
}\n
}\n
\n
html .left textarea,\n
html .left textarea,\n
html .right textarea,\n
html .right textarea,\n
html.ui-mobile body fieldset.left div label,\n
html.ui-mobile body
.field_container
fieldset.left div label,\n
html.ui-mobile body fieldset.left div label ~ *,\n
html.ui-mobile body
.field_container
fieldset.left div label ~ *,\n
html.ui-mobile body fieldset.right div label,\n
html.ui-mobile body
.field_container
fieldset.right div label,\n
html.ui-mobile body fieldset.right div label ~ *,\n
html.ui-mobile body
.field_container
fieldset.right div label ~ *,\n
html.ui-mobile body fieldset.center div label,\n
html.ui-mobile body
.field_container
fieldset.center div label,\n
html.ui-mobile body fieldset.center div label ~ * {\n
html.ui-mobile body
.field_container
fieldset.center div label ~ * {\n
width: auto;\n
width: auto;\n
}\n
}\n
html.ui-mobile body fieldset.left div label,\n
html.ui-mobile body
.field_container
fieldset.left div label,\n
html.ui-mobile body fieldset.right div label,\n
html.ui-mobile body
.field_container
fieldset.right div label,\n
html.ui-mobile body fieldset.center div label {\n
html.ui-mobile body
.field_container
fieldset.center div label {\n
min-width: none;\n
min-width: none;\n
max-width: none;\n
max-width: none;\n
margin-bottom: -.5em;
/* nono! */
\n
margin-bottom: -.5em;\n
}\n
}\n
}\n
}\n
/* --------------------------- FORM INPUTS -------------------------------- */\n
/* --------------------------- FORM INPUTS -------------------------------- */\n
\n
\n
/* set field and input side by side */\n
/* set field and input side by side */\n
fieldset label:not(.ui-btn),\n
.field_container
fieldset label:not(.ui-btn),\n
fieldset div.ui-controlgroup-label,\n
.field_container
fieldset div.ui-controlgroup-label,\n
fieldset label:not(.ui-btn) ~ *,\n
.field_container
fieldset label:not(.ui-btn) ~ *,\n
fieldset div.ui-controlgroup-label ~ * {\n
.field_container
fieldset div.ui-controlgroup-label ~ * {\n
display: inline-block;\n
display: inline-block;\n
vertical-align: middle;\n
vertical-align: middle;\n
}\n
}\n
@media (max-width: 40em) {\n
@media (max-width: 40em) {\n
fieldset label:not(.ui-btn),\n
.field_container
fieldset label:not(.ui-btn),\n
fieldset div.ui-controlgroup-label,\n
.field_container
fieldset div.ui-controlgroup-label,\n
fieldset label:not(.ui-btn) ~ *,\n
.field_container
fieldset label:not(.ui-btn) ~ *,\n
fieldset div.ui-controlgroup-label ~ * {\n
.field_container
fieldset div.ui-controlgroup-label ~ * {\n
display: block;\n
display: block;\n
vertical-align: top;\n
vertical-align: top;\n
}\n
}\n
}\n
/* --------------------------- CARD -------------------------------- */\n
html .ui-card {\n
border: 1px solid;\n
max-width: 35%;\n
margin-left: auto;\n
margin-right: auto;\n
margin-top: 10%;\n
}\n
@media (max-width: 40em) {\n
html .ui-card {\n
max-width: none;\n
margin-top: 40%;\n
}\n
}
}
]]>
</string>
</value>
]]>
</string>
</value>
...
...
bt5/erp5_web_renderjs_ui/bt/revision
View file @
ce01bcb1
32
33
\ No newline at end of file
\ 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