Commit ce01bcb1 authored by Sven Franck's avatar Sven Franck Committed by Sebastien Robin

CSS rewrite (work in progress)

parent f92eaf3d
...@@ -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: 95%;\n font-size: 90%;\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: 3em; /* 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>
......
32 33
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment