Commit 8ce3de69 authored by Fabien Morin's avatar Fabien Morin

enhance css to be more usable if the screen is small (like 800*600 px)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23734 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3299321e
......@@ -102,7 +102,7 @@ form#main_form div#wrapper_header /* Customisation of template_erp5_web is req
width: 100%;\n
/* margin-left: <tal:block replace="python: (\'-%s%s\') % (LC_fullwidth, unit)"/>;\n
margin-right: <tal:block replace="python: (\'-%s%s\') % (RC_fullwidth + CC_padding, unit)"/>;*/\n
min-width:860px;\n
min-width: <tal:block replace="python: (\'%s%s\') % (min_width + LC_fullwidth + RC_fullwidth , unit)"/>;\n
}\n
\n
\n
......@@ -126,7 +126,7 @@ form#main_form div#wrapper_header{\n
form#main_form div#main_content{\n
width:100%;\n
float: left;\n
padding-top: 70px;\n
padding-top: 100px;\n
}\n
\n
/*** IE Fix ***/\n
......
339
\ No newline at end of file
342
\ 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