Commit 46c9577c authored by Fabien Morin's avatar Fabien Morin

improve displaying of right top button in cas of small screens

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd1e0d67
......@@ -92,7 +92,6 @@
<value>
<list>
<string>header_section</string>
<string>action_select</string>
</list>
</value>
</item>
......@@ -110,6 +109,7 @@
<string>search_action</string>
<string>applicable_layout</string>
<string>about_box</string>
<string>action_select</string>
</list>
</value>
</item>
......
......@@ -264,8 +264,8 @@ form#main_form div#wrapper_header fieldset.widget hr{\n
\n
form#main_form div#wrapper_header fieldset.widget ul.onleft {\n
list-style: none;\n
padding: 0;\n
margin: 0;\n
padding: 5px;\n
margin: 20px 0 0 0;\n
margin-left: 15px;\n
/*background: white;*/\n
/*background: #fff url(erp5-website-field.png) top repeat-x;*/\n
......@@ -384,6 +384,15 @@ ul.onleft li span {\n
text-align:right;\n
} \n
\n
form#main_form span.onright{\n
padding: 22px 1px 22px 1px;\n
}\n
\n
#status{\n
float: right; \n
width: 20%;\n
}\n
\n
\n
form#main_form div .onright a.home{\n
background-image: url(img/home.png); \n
......@@ -551,12 +560,12 @@ div.inline_label label{\n
float:none !important;\n
}\n
\n
.document .actions,\n
.adminSection{\n
.document .actions{\n
margin-left: auto;\n
margin-right: auto;\n
width: 802px !important;\n
text-align: left;\n
margin-top: 20px;\n
}\n
\n
\n
......
......@@ -54,7 +54,7 @@
width: 122px;\n
/* margin-left:680px;\n
margin-top: 10px;*/\n
margin-top: -10px;\n
margin: 5px 20px 0 0;\n
float: right;\n
}\n
\n
......
......@@ -41,7 +41,7 @@
<div>\n
<a name="top"></a>\n
<div style="background-image: url(img/flag_of_senegal.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 95px; margin-left: 5px;">\n
<div style="background-image: url(img/flag_of_senegal.png); background-repeat:no-repeat; height: 60px; padding-left: 95px; margin-left: 5px;">\n
<ul class="onleft">\n
<li><tal:block i18n:translate="" i18n:domain="ui">Application Number</tal:block> : <span class="value"><tal:block tal:replace="here/getId"></tal:block></span></li>\n
<li><tal:block i18n:translate="" i18n:domain="ui">Status</tal:block> : <span class="value" tal:attributes="class python:\'%s_state\' % context.getValidationState()"><tal:block tal:replace="here/getTranslatedValidationStateTitle"/></span></li>\n
......@@ -57,7 +57,12 @@
<a class="help" href="EGov_helpWithContext" tal:attributes="href python:\'help/\' + here.EGov_helpWithContext()" onclick="window.open(this.href, \'safi_help\',\'width=800,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes\'); return false;" i18n:translate="" i18n:domain="ui">Help</a>\n
</span>\n
<div class="clear">\n
<div> \n
</div> \n
</div>\n
</div>\n
<div class="adminSection" tal:define="actions request/actions">\n
<tal:block metal:use-macro="here/context_box_render/macros/action"/>\n
<div class="clear">\n
</div>\n
</div>\n
......
......@@ -42,7 +42,7 @@
<div>\n
<a name="top"></a>\n
\n
<div style="background-image: url(img/flag_of_senegal.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 95px; margin-left: 5px;">\n
<div style="background-image: url(img/flag_of_senegal.png); background-repeat:no-repeat; height: 60px; padding-left: 95px; margin-left: 5px;">\n
<span class="onright">\n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<a class="login" href="EGov_viewLoginForm" i18n:translate="" i18n:domain="ui">Login</a>\n
......
320
\ No newline at end of file
321
\ 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